Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/
H A Drawsock.c368 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
H A Dllcp_core.c688 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c245 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock()
354 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1175 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom,
1180 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy()
3187 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true); in pskb_copy_for_clone()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynos1523 __pskb_copy_fclone
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c1559 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function
1605 EXPORT_SYMBOL(__pskb_copy_fclone);