Searched refs:SKB_ALLOC_FCLONE (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dskbuff.c626 * @flags: If SKB_ALLOC_FCLONE is set, allocate from fclone cache
647 cache = (flags & SKB_ALLOC_FCLONE)
654 if ((flags & (SKB_ALLOC_FCLONE | SKB_ALLOC_NAPI)) == SKB_ALLOC_NAPI &&
686 if (flags & SKB_ALLOC_FCLONE) {
2173 int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0);
/linux-master/include/linux/
H A Dskbuff.h1100 #define SKB_ALLOC_FCLONE 0x01 macro
1363 return __alloc_skb(size, priority, SKB_ALLOC_FCLONE, NUMA_NO_NODE);

Completed in 193 milliseconds