Searched refs:skb_count (Results 1 – 1 of 1) sorted by relevance
197 unsigned int skb_count; member257 if (unlikely(!nc->skb_count)) { in napi_skb_cache_get()258 nc->skb_count = kmem_cache_alloc_bulk(skbuff_head_cache, in napi_skb_cache_get()262 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()266 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()1058 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()1060 if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) { in napi_skb_cache_put()1067 nc->skb_count = NAPI_SKB_CACHE_HALF; in napi_skb_cache_put()