/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_accept.c | 36 rxrpc_notify_rx_t notify_rx, in rxrpc_service_prealloc_one() 127 call->notify_rx = notify_rx; in rxrpc_service_prealloc_one() 227 if (call->notify_rx) in rxrpc_discard_prealloc() 228 call->notify_rx = rxrpc_dummy_notify; in rxrpc_discard_prealloc() 463 * @notify_rx: Event notification function for the call 476 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_charge_accept() 487 return rxrpc_service_prealloc_one(rx, b, notify_rx, in rxrpc_kernel_charge_accept() 34 rxrpc_service_prealloc_one(struct rxrpc_sock *rx, struct rxrpc_backlog *b, rxrpc_notify_rx_t notify_rx, rxrpc_user_attach_call_t user_attach_call, unsigned long user_call_ID, gfp_t gfp, unsigned int debug_id) rxrpc_service_prealloc_one() argument 475 rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx, rxrpc_user_attach_call_t user_attach_call, unsigned long user_call_ID, gfp_t gfp, unsigned int debug_id) rxrpc_kernel_charge_accept() argument
|
H A D | af_rxrpc.c | 268 * @notify_rx: Where to send notifications instead of socket queue 286 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_begin_call() 326 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() 280 rxrpc_kernel_begin_call(struct socket *sock, struct sockaddr_rxrpc *srx, struct key *key, unsigned long user_call_ID, s64 tx_total_len, gfp_t gfp, rxrpc_notify_rx_t notify_rx, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) rxrpc_kernel_begin_call() argument
|
H A 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()
|
H A D | ar-internal.h | 566 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | call_accept.c | 36 rxrpc_notify_rx_t notify_rx, in rxrpc_service_prealloc_one() 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() 451 * @notify_rx: Event notification function for the call 464 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_charge_accept() 475 return rxrpc_service_prealloc_one(rx, b, notify_rx, in rxrpc_kernel_charge_accept() 34 rxrpc_service_prealloc_one(struct rxrpc_sock *rx, struct rxrpc_backlog *b, rxrpc_notify_rx_t notify_rx, rxrpc_user_attach_call_t user_attach_call, unsigned long user_call_ID, gfp_t gfp, unsigned int debug_id) rxrpc_service_prealloc_one() argument 463 rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx, rxrpc_user_attach_call_t user_attach_call, unsigned long user_call_ID, gfp_t gfp, unsigned int debug_id) rxrpc_kernel_charge_accept() argument
|
H A D | af_rxrpc.c | 270 * @notify_rx: Where to send notifications instead of socket queue 289 rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_begin_call() 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() 282 rxrpc_kernel_begin_call(struct socket *sock, struct sockaddr_rxrpc *srx, struct key *key, unsigned long user_call_ID, s64 tx_total_len, u32 hard_timeout, gfp_t gfp, rxrpc_notify_rx_t notify_rx, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) rxrpc_kernel_begin_call() argument
|
H A 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()
|
H A D | ar-internal.h | 630 rxrpc_notify_rx_t notify_rx; /* kernel service Rx notification function */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | af_rxrpc.h | 50 rxrpc_notify_rx_t notify_rx,
|