Searched refs:skb_alloc_rx_flag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 1493 static inline int skb_alloc_rx_flag(const struct sk_buff *skb) in skb_alloc_rx_flag() function 1529 skb_alloc_rx_flag(skb), NUMA_NO_NODE); in skb_copy() 1566 int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0); in __pskb_copy_fclone() 1768 gfp_mask, skb_alloc_rx_flag(skb), in skb_copy_expand() 3975 GFP_ATOMIC, skb_alloc_rx_flag(head_skb), in skb_segment()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 1948 static inline int skb_alloc_rx_flag(const struct sk_buff *skb) in skb_alloc_rx_flag() function 1977 skb_alloc_rx_flag(skb), NUMA_NO_NODE); in skb_copy() 2015 int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0); in __pskb_copy_fclone() 2307 gfp_mask, skb_alloc_rx_flag(skb), in skb_copy_expand() 4596 GFP_ATOMIC, skb_alloc_rx_flag(head_skb), in skb_segment()
|
Completed in 16 milliseconds