Home
last modified time | relevance | path

Searched refs:__pskb_copy (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dskbuff.h1244 static inline struct sk_buff *__pskb_copy(struct sk_buff *skb, int headroom, in __pskb_copy() function
3340 return __pskb_copy(skb, skb_headroom(skb), gfp_mask); in pskb_copy()