Lines Matching refs:skb_copy_bits
964 err = skb_copy_bits(skb, 0, nskb->data, size); in skb_pp_cow_data()
990 err = skb_copy_bits(skb, off, page_address(page) + page_off, in skb_pp_cow_data()
2169 BUG_ON(skb_copy_bits(skb, -headerlen, n->head, headerlen + skb->len)); in skb_copy()
2518 BUG_ON(skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off, in skb_copy_expand()
2848 BUG_ON(skb_copy_bits(skb, skb_headlen(skb), in __pskb_pull_tail()
2975 int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len) in skb_copy_bits() function
3038 if (skb_copy_bits(frag_iter, offset - start, to, copy)) in skb_copy_bits()
3054 EXPORT_SYMBOL(skb_copy_bits);
3806 return skb_copy_bits(from, 0, skb_put(to, len), len); in skb_zerocopy()
3809 ret = skb_copy_bits(from, 0, skb_put(to, hlen), hlen); in skb_zerocopy()
4900 if (skb_copy_bits(head_skb, offset, skb_put(nskb, len), len)) in skb_segment()
6033 BUG_ON(skb_copy_bits(from, 0, skb_put(to, len), len)); in skb_try_coalesce()