Searched defs:pskb_expand_head (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dskbuff.c1036 * pskb_expand_head - reallocate header of &sk_buff
1051 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, function
1126 EXPORT_SYMBOL(pskb_expand_head); variable
1139 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0,
1233 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC);
1362 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))))
1469 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0,
2488 return skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
3412 pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC))

Completed in 117 milliseconds