Home
last modified time | relevance | path

Searched refs:notify_rx (Results 1 – 3 of 3) sorted by relevance

/linux/net/rxrpc/
H A Dcall_accept.c36 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()
H A Drecvmsg.c42 if (call->notify_rx) { in rxrpc_notify_socket()
44 call->notify_rx(sk, call, call->user_call_ID); in rxrpc_notify_socket()
H A Dar-internal.h717 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member