Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dgro.c582 else if (skb->fclone != SKB_FCLONE_UNAVAILABLE) in napi_skb_finish()
H A Dskbuff.c1009 case SKB_FCLONE_UNAVAILABLE: in kfree_skbmem()
1119 if (unlikely(skb->fclone != SKB_FCLONE_UNAVAILABLE)) { in kfree_skb_add_bulk()
1356 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) { in napi_consume_skb()
1915 n->fclone = SKB_FCLONE_UNAVAILABLE; in skb_clone()
H A Ddev.c5178 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) in net_tx_action()
/openbmc/linux/include/linux/
H A Dskbuff.h631 SKB_FCLONE_UNAVAILABLE, /* skb has no fclone (from head_cache) */ enumerator