Searched refs:SKB_FCLONE_UNAVAILABLE (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Dskbuff.h652 SKB_FCLONE_UNAVAILABLE, /* skb has no fclone (from head_cache) */ enumerator in enum:__anon2597
/linux-master/net/core/
H A Ddev.c5238 if (skb->fclone != SKB_FCLONE_UNAVAILABLE)
H A Dgro.c615 else if (skb->fclone != SKB_FCLONE_UNAVAILABLE)
H A Dskbuff.c1130 case SKB_FCLONE_UNAVAILABLE:
1239 if (unlikely(skb->fclone != SKB_FCLONE_UNAVAILABLE)) {
1484 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) {
2056 n->fclone = SKB_FCLONE_UNAVAILABLE;
7001 if (skb->fclone != SKB_FCLONE_UNAVAILABLE) {

Completed in 247 milliseconds