Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c636 case SKB_FCLONE_UNAVAILABLE: in kfree_skbmem()
924 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) { in napi_consume_skb()
1463 n->fclone = SKB_FCLONE_UNAVAILABLE; in skb_clone()
H A Ddev.c4918 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) in net_tx_action()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h558 SKB_FCLONE_UNAVAILABLE, /* skb has no fclone (from head_cache) */ enumerator