Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Dskbuff.c132 unsigned int skb_count; member
175 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
176 nc->skb_count = kmem_cache_alloc_bulk(skbuff_head_cache, in napi_skb_cache_get()
180 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
183 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
942 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
944 if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) { in napi_skb_cache_put()
951 nc->skb_count = NAPI_SKB_CACHE_HALF; in napi_skb_cache_put()