Searched refs:__pskb_copy (Results 1 – 3 of 3) sorted by relevance
787 _skb = __pskb_copy(skb, hdr_len, GFP_ATOMIC); in tipc_msg_reassemble()
1245 _skb = __pskb_copy(skb, hlen, GFP_ATOMIC); in tipc_sk_mcast_rcv()
1444 static inline struct sk_buff *__pskb_copy(struct sk_buff *skb, int headroom, in __pskb_copy() function3838 return __pskb_copy(skb, skb_headroom(skb), gfp_mask); in pskb_copy()