Lines Matching defs:fclone
635 * @flags: If SKB_ALLOC_FCLONE is set, allocate from fclone cache
713 skb->fclone = SKB_FCLONE_ORIG;
1128 switch (skb->fclone) {
1250 if (unlikely(skb->fclone != SKB_FCLONE_UNAVAILABLE)) {
1512 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) {
2078 if (skb->fclone == SKB_FCLONE_ORIG &&
2082 n->fclone = SKB_FCLONE_CLONE;
2091 n->fclone = SKB_FCLONE_UNAVAILABLE;
2184 * @fclone: if true allocate the copy of the skb from the fclone
2197 gfp_t gfp_mask, bool fclone)
2200 int flags = skb_alloc_rx_flag(skb) | (fclone ? SKB_ALLOC_FCLONE : 0);
7209 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) {