Searched refs:__pskb_copy_fclone (Results 1 – 4 of 4) sorted by relevance
| /linux/net/nfc/ |
| H A D | rawsock.c | 381 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
|
| H A D | llcp_core.c | 735 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1443 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 D | skbuff.c | 2228 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone() function 2275 EXPORT_SYMBOL(__pskb_copy_fclone);
|