Searched refs:notify_rx (Results 1 – 3 of 3) sorted by relevance
36 rxrpc_notify_rx_t notify_rx, in rxrpc_service_prealloc_one() argument124 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() argument480 return rxrpc_service_prealloc_one(rx, b, notify_rx, user_call_ID, in rxrpc_kernel_charge_accept()
42 if (call->notify_rx) { in rxrpc_notify_socket()44 call->notify_rx(sk, call, call->user_call_ID); in rxrpc_notify_socket()
717 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member