SKB_ALLOC_FCLONE 1101 include/linux/skbuff.h 	return __alloc_skb(size, priority, SKB_ALLOC_FCLONE, NUMA_NO_NODE);
SKB_ALLOC_FCLONE  190 net/core/skbuff.c 	cache = (flags & SKB_ALLOC_FCLONE)
SKB_ALLOC_FCLONE  241 net/core/skbuff.c 	if (flags & SKB_ALLOC_FCLONE) {
SKB_ALLOC_FCLONE 1552 net/core/skbuff.c 	int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0);