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