Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dskbuff.c270 void *skb_cache[NAPI_SKB_CACHE_SIZE]; member
333 nc->skb_cache); in napi_skb_cache_get()
338 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
1308 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
1313 nc->skb_cache[i]); in napi_skb_cache_put()
1316 nc->skb_cache + NAPI_SKB_CACHE_HALF); in napi_skb_cache_put()