Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dsendmsg.c330 if (call->tx_total_len != -1) { in rxrpc_send_data()
373 if (call->tx_total_len != -1) in rxrpc_send_data()
374 call->tx_total_len -= copy; in rxrpc_send_data()
521 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
616 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
677 if (p.call.tx_total_len != -1) { in rxrpc_do_sendmsg()
679 if (call->tx_total_len != -1 || in rxrpc_do_sendmsg()
683 call->tx_total_len = p.call.tx_total_len; in rxrpc_do_sendmsg()
811 s64 tx_total_len) in rxrpc_kernel_set_tx_length() argument
813 WARN_ON(call->tx_total_len != -1); in rxrpc_kernel_set_tx_length()
[all …]
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()
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()
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/
A Daf_rxrpc.h48 s64 tx_total_len,
/linux/fs/afs/
A Drxrpc.c338 s64 tx_total_len; in afs_make_call() local
356 tx_total_len = call->request_size; in afs_make_call()
358 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call()
371 tx_total_len, in afs_make_call()
/linux/Documentation/networking/
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

Completed in 17 milliseconds