Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/rxrpc/
H A Dsendmsg.c325 if (call->tx_total_len != -1) { in rxrpc_send_data()
326 if (len - copied > call->tx_total_len) in rxrpc_send_data()
328 if (!more && len - copied != call->tx_total_len) in rxrpc_send_data()
385 if (call->tx_total_len != -1) in rxrpc_send_data()
386 call->tx_total_len -= copy; in rxrpc_send_data()
530 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
532 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
533 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
557 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
620 .call.tx_total_len
818 rxrpc_kernel_set_tx_length(struct socket *sock, struct rxrpc_call *call, s64 tx_total_len) rxrpc_kernel_set_tx_length() argument
[all...]
H A Dcall_object.c167 call->tx_total_len = -1; in rxrpc_alloc_call()
216 call->tx_total_len = p->tx_total_len; in rxrpc_alloc_client_call()
H A Daf_rxrpc.c267 * @tx_total_len: Total length of data to transmit during the call (or -1)
286 s64 tx_total_len, in rxrpc_kernel_begin_call()
315 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
282 rxrpc_kernel_begin_call(struct socket *sock, struct sockaddr_rxrpc *srx, struct key *key, unsigned long user_call_ID, s64 tx_total_len, u32 hard_timeout, gfp_t gfp, rxrpc_notify_rx_t notify_rx, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) rxrpc_kernel_begin_call() argument
H A Dar-internal.h641 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member
763 s64 tx_total_len; /* Total Tx data length (if send data) */ member
/kernel/linux/linux-5.10/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
893 rxrpc_kernel_set_tx_length(struct socket *sock, struct rxrpc_call *call, s64 tx_total_len) rxrpc_kernel_set_tx_length() argument
[all...]
H A Dcall_object.c165 call->tx_total_len = -1; in rxrpc_alloc_call()
302 call->tx_total_len = p->tx_total_len;
H A Daf_rxrpc.c266 * @tx_total_len: Total length of data to transmit during the call (or -1)
284 s64 tx_total_len, in rxrpc_kernel_begin_call()
312 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
280 rxrpc_kernel_begin_call(struct socket *sock, struct sockaddr_rxrpc *srx, struct key *key, unsigned long user_call_ID, s64 tx_total_len, gfp_t gfp, rxrpc_notify_rx_t notify_rx, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) rxrpc_kernel_begin_call() argument
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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/include/net/
H A Daf_rxrpc.h47 s64 tx_total_len,
/kernel/linux/linux-6.6/fs/afs/
H A Drxrpc.c304 s64 tx_total_len; in afs_make_call() local
323 tx_total_len = call->request_size; in afs_make_call()
325 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call()
338 tx_total_len, in afs_make_call()

Completed in 15 milliseconds