Lines Matching defs:offset
42 int offset, int len)
55 WARN_ON_ONCE(skb_copy_bits(in_skb, offset,
58 offset += skb_frag_size(frag);
73 skb = tls_strp_skb_copy(strp, strp->anchor, strp->stm.offset,
79 rxm->offset = 0;
162 int chunk, len, offset;
164 offset = strp->stm.offset;
169 if (iter->len <= offset) {
170 offset -= iter->len;
174 chunk = iter->len - offset;
175 offset = 0;
210 struct sk_buff *in_skb, unsigned int offset,
224 WARN_ON_ONCE(skb_copy_bits(in_skb, offset,
251 offset += chunk;
262 WARN_ON_ONCE(skb_copy_bits(in_skb, offset,
272 offset += chunk;
280 struct sk_buff *in_skb, unsigned int offset,
294 nskb = tls_strp_skb_copy(strp, in_skb, offset, chunk);
336 unsigned int offset, size_t in_len)
352 ret = tls_strp_copyin_skb(strp, skb, in_skb, offset, in_len);
354 ret = tls_strp_copyin_frag(strp, skb, in_skb, offset, in_len);
415 strp->stm.offset = 0;
428 unsigned int len = strp->stm.offset + strp->stm.full_len;
457 u32 offset;
459 first = tcp_recv_skb(strp->sk, tp->copied_seq, &offset);
464 strp->anchor->len = offset + len;
465 strp->anchor->data_len = offset + len;
466 strp->anchor->truesize = offset + len;
473 strp->stm.offset = offset;
493 rxm->offset = strp->stm.offset;