Home
last modified time | relevance | path

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

/linux/net/nfc/
H A Drawsock.c381 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
H A Dllcp_core.c735 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
/linux/include/linux/
H A Dskbuff.h1443 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom,
1448 return __pskb_copy_fclone(skb, headroom, gfp_mask, false); in __pskb_copy()
3875 return __pskb_copy_fclone(skb, skb_headroom(skb), gfp_mask, true); in pskb_copy_for_clone()
/linux/net/core/
H A Dskbuff.c2228 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function
2275 EXPORT_SYMBOL(__pskb_copy_fclone);