Searched refs:rxrpc_kernel_send_data (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/afs/ |
| H A D | rxrpc.c | 407 ret = rxrpc_kernel_send_data(call->net->socket, rxcall, in afs_make_call() 418 ret = rxrpc_kernel_send_data(call->net->socket, in afs_make_call() 865 switch (rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, 0, in afs_send_empty_reply() 906 n = rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, len, in afs_send_simple_reply()
|
| /linux/net/rxrpc/ |
| H A D | rxperf.c | 527 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, in rxperf_process_call() 541 n = rxrpc_kernel_send_data(rxperf_socket, call->rxcall, &msg, len, in rxperf_process_call()
|
| H A D | sendmsg.c | 806 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data() function 830 EXPORT_SYMBOL(rxrpc_kernel_send_data);
|