Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Drawsock.c370 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
H A Dllcp_core.c731 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
/openbmc/linux/net/bluetooth/
H A Dhci_sock.c246 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock()
402 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
/openbmc/linux/include/linux/
H A Dskbuff.h1340 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom,
1345 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy()
3583 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true); in pskb_copy_for_clone()
/openbmc/linux/net/core/
H A Dskbuff.c2017 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function
2063 EXPORT_SYMBOL(__pskb_copy_fclone);