Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dskbuff.c198 void *skb_cache[NAPI_SKB_CACHE_SIZE]; member
261 nc->skb_cache); 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()
1063 nc->skb_cache[i]); in napi_skb_cache_put()
1066 nc->skb_cache + NAPI_SKB_CACHE_HALF); in napi_skb_cache_put()