Searched refs:notify_rx (Results 1 – 4 of 4) sorted by relevance
| /net/rxrpc/ |
| A D | call_accept.c | 36 rxrpc_notify_rx_t notify_rx, in rxrpc_service_prealloc_one() argument 124 call->notify_rx = notify_rx; in rxrpc_service_prealloc_one() 228 if (call->notify_rx) in rxrpc_discard_prealloc() 229 call->notify_rx = rxrpc_dummy_notify; in rxrpc_discard_prealloc() 470 int rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_charge_accept() argument 480 return rxrpc_service_prealloc_one(rx, b, notify_rx, user_call_ID, in rxrpc_kernel_charge_accept()
|
| A D | af_rxrpc.c | 344 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_begin_call() argument 385 call->notify_rx = notify_rx; in rxrpc_kernel_begin_call() 419 if (call->notify_rx) { in rxrpc_kernel_shutdown_call() 421 call->notify_rx = rxrpc_dummy_notify_rx; in rxrpc_kernel_shutdown_call()
|
| A D | recvmsg.c | 42 if (call->notify_rx) { in rxrpc_notify_socket() 44 call->notify_rx(sk, call, call->user_call_ID); in rxrpc_notify_socket()
|
| A D | ar-internal.h | 717 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member
|
Completed in 14 milliseconds