Searched refs:fclone (Results 1 – 1 of 1) sorted by relevance
168 int fclone, int node) in __alloc_skb() argument175 cache = fclone ? skbuff_fclone_cache : skbuff_head_cache; in __alloc_skb()210 if (fclone) { in __alloc_skb()214 skb->fclone = SKB_FCLONE_ORIG; in __alloc_skb()217 child->fclone = SKB_FCLONE_UNAVAILABLE; in __alloc_skb()348 switch (skb->fclone) { in kfree_skbmem()366 skb->fclone = SKB_FCLONE_UNAVAILABLE; in kfree_skbmem()456 if (skb_is_nonlinear(skb) || skb->fclone != SKB_FCLONE_UNAVAILABLE) in skb_recycle_check()594 if (skb->fclone == SKB_FCLONE_ORIG && in skb_clone()595 n->fclone == SKB_FCLONE_UNAVAILABLE) { in skb_clone()[all …]