Lines Matching refs:skb_put
1029 skb_put(n, skb->len); in skb_copy()
1069 skb_put(n, skb_headlen(skb)); in __pskb_copy_fclone()
1254 skb_put(n, skb->len); in skb_copy_expand()
1341 return skb_put(tail, len); in pskb_put()
1354 unsigned char *skb_put(struct sk_buff *skb, unsigned int len) in skb_put() function
1364 EXPORT_SYMBOL(skb_put);
2251 return skb_copy_bits(from, 0, skb_put(to, len), len); in skb_zerocopy()
2254 ret = skb_copy_bits(from, 0, skb_put(to, hlen), hlen); in skb_zerocopy()
2488 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()
4160 BUG_ON(skb_copy_bits(from, 0, skb_put(to, len), len)); in skb_try_coalesce()