Searched refs:tx_total_len (Results 1 – 7 of 7) sorted by relevance
380 if (call->tx_total_len != -1) { in rxrpc_send_data()430 if (call->tx_total_len != -1) in rxrpc_send_data()431 call->tx_total_len -= copy; in rxrpc_send_data()572 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()667 .call.tx_total_len = -1, in rxrpc_do_sendmsg()728 if (p.call.tx_total_len != -1) { in rxrpc_do_sendmsg()730 if (call->tx_total_len != -1 || in rxrpc_do_sendmsg()734 call->tx_total_len = p.call.tx_total_len; in rxrpc_do_sendmsg()862 s64 tx_total_len) in rxrpc_kernel_set_tx_length() argument864 WARN_ON(call->tx_total_len != -1); in rxrpc_kernel_set_tx_length()[all …]
155 call->tx_total_len = -1; in rxrpc_alloc_call()209 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()
676 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member838 s64 tx_total_len; /* Total Tx data length (if send data) */ member
48 s64 tx_total_len,
324 s64 tx_total_len; in afs_make_call() local342 tx_total_len = call->request_size; in afs_make_call()344 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call()357 tx_total_len, in afs_make_call()
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