Lines Matching refs:pskb_expand_head
2167 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function
2252 EXPORT_SYMBOL(pskb_expand_head);
2265 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom()
2285 res = pskb_expand_head(skb, 0, 0, pri); in __skb_unclone_keeptruesize()
2357 if (pskb_expand_head(skb, delta, 0, GFP_ATOMIC)) in skb_expand_head()
2466 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in __skb_pad()
2620 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim()
2753 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
5205 pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC)) in skb_cow_data()
6124 return pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_ensure_writable()
6148 return pskb_expand_head(skb, needed_headroom, needed_tailroom, in skb_ensure_writable_head_tail()