Searched refs:__pskb_copy_fclone (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/nfc/
H A Drawsock.c370 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE,
H A Dllcp_core.c731 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE,
/linux-master/net/bluetooth/
H A Dhci_sock.c246 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true);
402 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true);
/linux-master/include/linux/
H A Dskbuff.h1372 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom,
1377 return __pskb_copy_fclone(skb, headroom, gfp_mask, false);
3642 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true);
/linux-master/net/core/
H A Dskbuff.c2153 * __pskb_copy_fclone - create copy of an sk_buff with private head.
2169 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, function
2215 EXPORT_SYMBOL(__pskb_copy_fclone); variable

Completed in 159 milliseconds