Home
last modified time | relevance | path

Searched refs:rxrpc_kernel_charge_accept (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Daf_rxrpc.h86 int rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx,
/linux/net/rxrpc/
H A Dcall_accept.c456 * rxrpc_kernel_charge_accept - Charge up socket with preallocated calls
470 int rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx, in rxrpc_kernel_charge_accept() function
483 EXPORT_SYMBOL(rxrpc_kernel_charge_accept);
H A Drxperf.c169 if (rxrpc_kernel_charge_accept(rxperf_socket, in rxperf_charge_preallocation()
/linux/fs/afs/
H A Drxrpc.c758 if (rxrpc_kernel_charge_accept(net->socket, in afs_charge_preallocation()