Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dsendmsg.c321 if (call->tx_total_len != -1) { in rxrpc_send_data()
322 if (len - copied > call->tx_total_len) in rxrpc_send_data()
324 if (!more && len - copied != 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()
581 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
583 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
584 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
608 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
674 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
[all …]
H A Dcall_object.c165 call->tx_total_len = -1; in rxrpc_alloc_call()
302 call->tx_total_len = p->tx_total_len; in rxrpc_new_client_call()
H A 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()
H A Dar-internal.h576 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
711 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/OK3568_Linux_fs/kernel/fs/afs/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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