Lines Matching refs:skb_put
1077 skb_put(n, skb->len); in skb_copy()
1117 skb_put(n, skb_headlen(skb)); in __pskb_copy_fclone()
1302 skb_put(n, skb->len); in skb_copy_expand()
1389 return skb_put(tail, len); in pskb_put()
1402 unsigned char *skb_put(struct sk_buff *skb, unsigned int len) in skb_put() function
1412 EXPORT_SYMBOL(skb_put);
2287 return skb_copy_bits(from, 0, skb_put(to, len), len); in skb_zerocopy()
2290 ret = skb_copy_bits(from, 0, skb_put(to, hlen), hlen); in skb_zerocopy()
2524 skb_copy_from_linear_data_offset(skb, len, skb_put(skb1, pos - len), in skb_split_inside_header()
3124 skb_put(nskb, len), in skb_segment()
3134 skb_put(nskb, hsize), hsize); in skb_segment()
4074 BUG_ON(skb_copy_bits(from, 0, skb_put(to, len), len)); in skb_try_coalesce()