Searched refs:rxrpc_kernel_send_data (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/net/ |
D | af_rxrpc.h | 54 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *,
|
/Linux-v6.6/fs/afs/ |
D | rxrpc.c | 368 ret = rxrpc_kernel_send_data(call->net->socket, rxcall, in afs_make_call() 379 ret = rxrpc_kernel_send_data(call->net->socket, in afs_make_call() 834 switch (rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, 0, in afs_send_empty_reply() 875 n = rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, len, in afs_send_simple_reply()
|
/Linux-v6.6/net/rxrpc/ |
D | rxperf.c | 510 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, in rxperf_process_call() 524 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, len, in rxperf_process_call()
|
D | sendmsg.c | 755 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data() function 779 EXPORT_SYMBOL(rxrpc_kernel_send_data);
|
/Linux-v6.6/Documentation/networking/ |
D | rxrpc.rst | 873 int rxrpc_kernel_send_data(struct socket *sock,
|