Home
last modified time | relevance | path

Searched refs:tx_total_len (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/rxrpc/
Dsendmsg.c283 if (call->tx_total_len != -1) { in rxrpc_send_data()
284 if (len > call->tx_total_len) in rxrpc_send_data()
286 if (!more && len != call->tx_total_len) in rxrpc_send_data()
384 if (call->tx_total_len != -1) in rxrpc_send_data()
385 call->tx_total_len -= copy; in rxrpc_send_data()
527 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
529 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
530 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
554 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
619 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
[all …]
Dcall_object.c141 call->tx_total_len = -1; in rxrpc_alloc_call()
242 call->tx_total_len = p->tx_total_len; in rxrpc_new_client_call()
Daf_rxrpc.c283 s64 tx_total_len, in rxrpc_kernel_begin_call() argument
311 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
Dar-internal.h584 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
714 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/Linux-v5.4/fs/afs/
Drxrpc.c368 s64 tx_total_len; in afs_make_call() local
387 tx_total_len = call->request_size; in afs_make_call()
390 tx_total_len += call->last_to - call->first_offset; in afs_make_call()
396 tx_total_len += PAGE_SIZE - call->first_offset; in afs_make_call()
397 tx_total_len += call->last_to; in afs_make_call()
398 tx_total_len += (call->last - call->first - 1) * PAGE_SIZE; in afs_make_call()
411 tx_total_len, gfp, in afs_make_call()
/Linux-v5.4/Documentation/networking/
Drxrpc.txt796 s64 tx_total_len,
817 tx_total_len is the amount of data the caller is intending to transmit
1005 s64 tx_total_len);
1009 size should be set when the call is begun. tx_total_len may not be less