skb_count         364 net/core/skbuff.c 	unsigned int skb_count;
skb_count         861 net/core/skbuff.c 	if (nc->skb_count) {
skb_count         862 net/core/skbuff.c 		kmem_cache_free_bulk(skbuff_head_cache, nc->skb_count,
skb_count         864 net/core/skbuff.c 		nc->skb_count = 0;
skb_count         876 net/core/skbuff.c 	nc->skb_cache[nc->skb_count++] = skb;
skb_count         884 net/core/skbuff.c 	if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) {
skb_count         887 net/core/skbuff.c 		nc->skb_count = 0;