Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dskbuff.c132 void *skb_cache[NAPI_SKB_CACHE_SIZE]; member
181 nc->skb_cache); in napi_skb_cache_get()
185 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
937 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
942 nc->skb_cache[i]); in napi_skb_cache_put()
945 nc->skb_cache + NAPI_SKB_CACHE_HALF); in napi_skb_cache_put()