Home
last modified time | relevance | path

Searched refs:SKB_FCLONE_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/net/core/
Dskbuff.c699 case SKB_FCLONE_UNAVAILABLE: in kfree_skbmem()
985 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) { in napi_consume_skb()
1525 n->fclone = SKB_FCLONE_UNAVAILABLE; in skb_clone()
Ddev.c4999 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) in net_tx_action()
6187 else if (skb->fclone != SKB_FCLONE_UNAVAILABLE) in napi_skb_finish()
/Linux-v5.15/include/linux/
Dskbuff.h557 SKB_FCLONE_UNAVAILABLE, /* skb has no fclone (from head_cache) */ enumerator