Searched refs:__pskb_copy_fclone (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/nfc/ |
D | rawsock.c | 381 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
|
D | llcp_core.c | 684 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_sock.c | 194 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock() 292 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 869 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, 874 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy() 2549 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true); in pskb_copy_for_clone()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 1056 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function 1101 EXPORT_SYMBOL(__pskb_copy_fclone);
|