Searched refs:rxrpc_kernel_send_data (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/ |
D | af_rxrpc.h | 40 int rxrpc_kernel_send_data(struct rxrpc_call *, struct msghdr *, size_t);
|
/linux-4.1.27/fs/afs/ |
D | rxrpc.c | 317 ret = rxrpc_kernel_send_data(call->rxcall, msg, in afs_send_pages() 398 ret = rxrpc_kernel_send_data(rxcall, &msg, call->request_size); in afs_make_call() 784 switch (rxrpc_kernel_send_data(call->rxcall, &msg, 0)) { in afs_send_empty_reply() 820 n = rxrpc_kernel_send_data(call->rxcall, &msg, len); in afs_send_simple_reply()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-output.c | 211 int rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg, in rxrpc_kernel_send_data() function 241 EXPORT_SYMBOL(rxrpc_kernel_send_data);
|
/linux-4.1.27/Documentation/networking/ |
D | rxrpc.txt | 736 int rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg,
|