Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dsendmsg.c331 if (call->tx_total_len != -1) { in rxrpc_send_data()
332 if (len - copied > call->tx_total_len) in rxrpc_send_data()
334 if (!more && len - copied != call->tx_total_len) in rxrpc_send_data()
374 if (call->tx_total_len != -1) in rxrpc_send_data()
375 call->tx_total_len -= copy; in rxrpc_send_data()
519 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
521 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
522 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
546 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
617 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
[all …]
H A Dcall_object.c158 call->tx_total_len = -1; in rxrpc_alloc_call()
210 call->tx_total_len = p->tx_total_len; in rxrpc_alloc_client_call()
H A Daf_rxrpc.c332 s64 tx_total_len, in rxrpc_kernel_begin_call() argument
360 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
H A Dar-internal.h650 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
772 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/linux/include/net/
H A Daf_rxrpc.h48 s64 tx_total_len,
/linux/Documentation/networking/
H A 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