Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/rxrpc/
A Dcall_accept.c36 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()
A Daf_rxrpc.c287 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_begin_call() argument
327 call->notify_rx = notify_rx; in rxrpc_kernel_begin_call()
360 if (call->notify_rx) { in rxrpc_kernel_end_call()
362 call->notify_rx = rxrpc_dummy_notify_rx; in rxrpc_kernel_end_call()
A Drecvmsg.c38 if (call->notify_rx) { in rxrpc_notify_socket()
40 call->notify_rx(sk, call, call->user_call_ID); in rxrpc_notify_socket()
A Dar-internal.h621 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member
/linux-6.3-rc2/Documentation/networking/
A Drxrpc.rst809 rxrpc_notify_rx_t notify_rx,
833 notify_rx is a pointer to a function to be called when events such as

Completed in 22 milliseconds