Home
last modified time | relevance | path

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

/linux-6.6.21/net/rxrpc/
Dsendmsg.c325 if (call->tx_total_len != -1) { in rxrpc_send_data()
326 if (len - copied > call->tx_total_len) in rxrpc_send_data()
328 if (!more && len - copied != call->tx_total_len) in rxrpc_send_data()
385 if (call->tx_total_len != -1) in rxrpc_send_data()
386 call->tx_total_len -= copy; in rxrpc_send_data()
530 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
532 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
533 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
557 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
620 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
[all …]
Dcall_object.c167 call->tx_total_len = -1; in rxrpc_alloc_call()
216 call->tx_total_len = p->tx_total_len; in rxrpc_alloc_client_call()
Daf_rxrpc.c286 s64 tx_total_len, in rxrpc_kernel_begin_call() argument
315 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
Dar-internal.h641 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
763 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/linux-6.6.21/include/net/
Daf_rxrpc.h47 s64 tx_total_len,
/linux-6.6.21/fs/afs/
Drxrpc.c304 s64 tx_total_len; in afs_make_call() local
323 tx_total_len = call->request_size; in afs_make_call()
325 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call()
338 tx_total_len, in afs_make_call()
/linux-6.6.21/Documentation/networking/
Drxrpc.rst807 s64 tx_total_len,
828 tx_total_len is the amount of data the caller is intending to transmit
1027 s64 tx_total_len);
1031 size should be set when the call is begun. tx_total_len may not be less