Searched refs:tx_total_len (Results 1 – 6 of 6) sorted by relevance
331 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 …]
158 call->tx_total_len = -1; in rxrpc_alloc_call()210 call->tx_total_len = p->tx_total_len; in rxrpc_alloc_client_call()
332 s64 tx_total_len, in rxrpc_kernel_begin_call() argument360 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
650 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member772 s64 tx_total_len; /* Total Tx data length (if send data) */ member
48 s64 tx_total_len,
807 s64 tx_total_len,828 tx_total_len is the amount of data the caller is intending to transmit1027 s64 tx_total_len);1031 size should be set when the call is begun. tx_total_len may not be less