Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
Dsendmsg.c312 if (call->tx_total_len != -1) { in rxrpc_send_data()
313 if (len > call->tx_total_len) in rxrpc_send_data()
315 if (!more && len != call->tx_total_len) in rxrpc_send_data()
411 if (call->tx_total_len != -1) in rxrpc_send_data()
412 call->tx_total_len -= copy; in rxrpc_send_data()
554 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
556 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
557 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
581 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
646 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
[all …]
Dcall_object.c145 call->tx_total_len = -1; in rxrpc_alloc_call()
280 call->tx_total_len = p->tx_total_len; in rxrpc_new_client_call()
Daf_rxrpc.c284 s64 tx_total_len, in rxrpc_kernel_begin_call() argument
312 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
Dar-internal.h583 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
717 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/kernel/linux/linux-5.10/fs/afs/
Drxrpc.c366 s64 tx_total_len; in afs_make_call() local
385 tx_total_len = call->request_size; in afs_make_call()
390 tx_total_len += op->store.last_to - op->store.first_offset; in afs_make_call()
396 tx_total_len += PAGE_SIZE - op->store.first_offset; in afs_make_call()
397 tx_total_len += op->store.last_to; in afs_make_call()
398 tx_total_len += (op->store.last - op->store.first - 1) * PAGE_SIZE; in afs_make_call()
413 tx_total_len, gfp, in afs_make_call()
/kernel/linux/linux-5.10/Documentation/networking/
Drxrpc.rst807 s64 tx_total_len,
828 tx_total_len is the amount of data the caller is intending to transmit
1020 s64 tx_total_len);
1024 size should be set when the call is begun. tx_total_len may not be less