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

/linux-master/net/rxrpc/
H A Dsendmsg.c325 if (call->tx_total_len != -1) {
326 if (len - copied > call->tx_total_len)
328 if (!more && len - copied != call->tx_total_len)
373 if (call->tx_total_len != -1)
374 call->tx_total_len -= copy;
518 if (p->call.tx_total_len != -1 || len != sizeof(__s64))
520 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg);
521 if (p->call.tx_total_len < 0)
545 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA)
616 .call.tx_total_len
810 rxrpc_kernel_set_tx_length(struct socket *sock, struct rxrpc_call *call, s64 tx_total_len) argument
[all...]
H A Daf_rxrpc.c312 * @tx_total_len: Total length of data to transmit during the call (or -1)
332 s64 tx_total_len,
360 p.tx_total_len = tx_total_len;
328 rxrpc_kernel_begin_call(struct socket *sock, struct rxrpc_peer *peer, struct key *key, unsigned long user_call_ID, s64 tx_total_len, u32 hard_timeout, gfp_t gfp, rxrpc_notify_rx_t notify_rx, u16 service_id, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) argument
H A Dcall_object.c158 call->tx_total_len = -1;
215 call->tx_total_len = p->tx_total_len;
H A Dar-internal.h650 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member in struct:rxrpc_call
772 s64 tx_total_len; /* Total Tx data length (if send data) */ member in struct:rxrpc_call_params
/linux-master/include/net/
H A Daf_rxrpc.h48 s64 tx_total_len,
/linux-master/fs/afs/
H A Drxrpc.c304 s64 tx_total_len; local
322 tx_total_len = call->request_size;
324 tx_total_len += iov_iter_count(call->write_iter);
337 tx_total_len,

Completed in 226 milliseconds