Lines Matching defs:fclone
608 * @flags: If SKB_ALLOC_FCLONE is set, allocate from fclone cache
673 skb->fclone = SKB_FCLONE_ORIG;
1008 switch (skb->fclone) {
1119 if (unlikely(skb->fclone != SKB_FCLONE_UNAVAILABLE)) {
1356 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) {
1902 if (skb->fclone == SKB_FCLONE_ORIG &&
1906 n->fclone = SKB_FCLONE_CLONE;
1915 n->fclone = SKB_FCLONE_UNAVAILABLE;
1999 * @fclone: if true allocate the copy of the skb from the fclone
2012 gfp_t gfp_mask, bool fclone)
2015 int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0);