Searched refs:__pskb_copy_fclone (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/nfc/ |
D | rawsock.c | 380 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.1.27/net/bluetooth/ |
D | hci_sock.c | 192 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock() 287 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 837 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, 842 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy() 2397 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true); in pskb_copy_for_clone()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 1104 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function 1149 EXPORT_SYMBOL(__pskb_copy_fclone);
|