Searched refs:rxrpc_kernel_send_data (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | af_rxrpc.h | 56 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *,
|
| /linux-6.15/fs/afs/ |
| H A D | rxrpc.c | 388 ret = rxrpc_kernel_send_data(call->net->socket, rxcall, in afs_make_call() 399 ret = rxrpc_kernel_send_data(call->net->socket, in afs_make_call() 843 switch (rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, 0, in afs_send_empty_reply() 884 n = rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, len, in afs_send_simple_reply()
|
| /linux-6.15/net/rxrpc/ |
| H A D | rxperf.c | 522 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, in rxperf_process_call() 536 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, len, in rxperf_process_call()
|
| H A D | sendmsg.c | 798 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data() function 822 EXPORT_SYMBOL(rxrpc_kernel_send_data);
|
| /linux-6.15/Documentation/networking/ |
| H A D | rxrpc.rst | 873 int rxrpc_kernel_send_data(struct socket *sock,
|