Home
last modified time | relevance | path

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

/net/rxrpc/
A Dsendmsg.c380 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()
666 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
727 if (p.call.tx_total_len != -1) { in rxrpc_do_sendmsg()
729 if (call->tx_total_len != -1 || in rxrpc_do_sendmsg()
733 call->tx_total_len = p.call.tx_total_len; in rxrpc_do_sendmsg()
871 s64 tx_total_len) in rxrpc_kernel_set_tx_length() argument
873 WARN_ON(call->tx_total_len != -1); in rxrpc_kernel_set_tx_length()
[all …]
A Dcall_object.c155 call->tx_total_len = -1; in rxrpc_alloc_call()
209 call->tx_total_len = p->tx_total_len; in rxrpc_alloc_client_call()
A Daf_rxrpc.c341 s64 tx_total_len, in rxrpc_kernel_begin_call() argument
369 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
A Dar-internal.h728 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
891 s64 tx_total_len; /* Total Tx data length (if send data) */ member

Completed in 22 milliseconds