Lines Matching defs:fclone
169 * @flags: If SKB_ALLOC_FCLONE is set, allocate from fclone cache
247 skb->fclone = SKB_FCLONE_ORIG;
250 fclones->skb2.fclone = SKB_FCLONE_CLONE;
634 switch (skb->fclone) {
921 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) {
1448 if (skb->fclone == SKB_FCLONE_ORIG &&
1460 n->fclone = SKB_FCLONE_UNAVAILABLE;
1550 * @fclone: if true allocate the copy of the skb from the fclone
1563 gfp_t gfp_mask, bool fclone)
1566 int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0);