Home
last modified time | relevance | path

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

/Linux-v5.15/net/rxrpc/
Dsendmsg.c312 if (call->tx_total_len != -1) { in rxrpc_send_data()
313 if (len > call->tx_total_len) in rxrpc_send_data()
315 if (!more && len != call->tx_total_len) in rxrpc_send_data()
406 if (call->tx_total_len != -1) in rxrpc_send_data()
407 call->tx_total_len -= copy; in rxrpc_send_data()
537 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
539 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
540 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
564 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
629 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
[all …]
Dcall_object.c145 call->tx_total_len = -1; in rxrpc_alloc_call()
280 call->tx_total_len = p->tx_total_len; in rxrpc_new_client_call()
Daf_rxrpc.c284 s64 tx_total_len, in rxrpc_kernel_begin_call() argument
312 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
Dar-internal.h600 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
734 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/Linux-v5.15/fs/afs/
Drxrpc.c297 s64 tx_total_len; in afs_make_call() local
316 tx_total_len = call->request_size; in afs_make_call()
318 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call()
331 tx_total_len, gfp, in afs_make_call()
/Linux-v5.15/Documentation/networking/
Drxrpc.rst807 s64 tx_total_len,
828 tx_total_len is the amount of data the caller is intending to transmit
1020 s64 tx_total_len);
1024 size should be set when the call is begun. tx_total_len may not be less