Searched refs:__pskb_copy (Results 1 – 1 of 1) sorted by relevance
1244 static inline struct sk_buff *__pskb_copy(struct sk_buff *skb, int headroom, in __pskb_copy() function3340 return __pskb_copy(skb, skb_headroom(skb), gfp_mask); in pskb_copy()