Lines Matching refs:rx_pkt_offset
99 call->rx_pkt_offset, call->rx_pkt_len, ret); in rxrpc_recvmsg_term()
171 unsigned int rx_pkt_offset, rx_pkt_len; in rxrpc_recvmsg_data() local
174 rx_pkt_offset = call->rx_pkt_offset; in rxrpc_recvmsg_data()
205 if (rx_pkt_offset == 0) { in rxrpc_recvmsg_data()
214 rx_pkt_offset = sp->offset; in rxrpc_recvmsg_data()
218 rx_pkt_offset, rx_pkt_len, 0); in rxrpc_recvmsg_data()
227 ret2 = skb_copy_datagram_iter(skb, rx_pkt_offset, iter, in rxrpc_recvmsg_data()
235 rx_pkt_offset += copy; in rxrpc_recvmsg_data()
242 rx_pkt_offset, rx_pkt_len, 0); in rxrpc_recvmsg_data()
251 rx_pkt_offset = 0; in rxrpc_recvmsg_data()
262 call->rx_pkt_offset = rx_pkt_offset; in rxrpc_recvmsg_data()
267 rx_pkt_offset, rx_pkt_len, ret); in rxrpc_recvmsg_data()