Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/
Drawsock.c367 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
Dllcp_core.c687 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
/linux-6.1.9/net/bluetooth/
Dhci_sock.c246 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock()
355 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
/linux-6.1.9/include/linux/
Dskbuff.h1326 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom,
1331 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy()
3500 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true); in pskb_copy_for_clone()
/linux-6.1.9/net/core/
Dskbuff.c1750 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function
1796 EXPORT_SYMBOL(__pskb_copy_fclone);