Searched refs:notify_rx (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/rxrpc/ |
D | call_accept.c | 36 rxrpc_notify_rx_t notify_rx, in rxrpc_service_prealloc_one() argument 125 call->notify_rx = notify_rx; in rxrpc_service_prealloc_one() 225 if (call->notify_rx) in rxrpc_discard_prealloc() 226 call->notify_rx = rxrpc_dummy_notify; in rxrpc_discard_prealloc() 464 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_charge_accept() argument 475 return rxrpc_service_prealloc_one(rx, b, notify_rx, in rxrpc_kernel_charge_accept()
|
D | af_rxrpc.c | 289 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_begin_call() argument 330 call->notify_rx = notify_rx; in rxrpc_kernel_begin_call() 364 if (call->notify_rx) { in rxrpc_kernel_shutdown_call() 366 call->notify_rx = rxrpc_dummy_notify_rx; in rxrpc_kernel_shutdown_call()
|
D | recvmsg.c | 38 if (call->notify_rx) { in rxrpc_notify_socket() 40 call->notify_rx(sk, call, call->user_call_ID); in rxrpc_notify_socket()
|
D | ar-internal.h | 630 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member
|
/linux-6.6.21/include/net/ |
D | af_rxrpc.h | 50 rxrpc_notify_rx_t notify_rx,
|
/linux-6.6.21/Documentation/networking/ |
D | rxrpc.rst | 809 rxrpc_notify_rx_t notify_rx, 833 notify_rx is a pointer to a function to be called when events such as
|