Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/core/
H A 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()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c371 void *skb_cache[NAPI_SKB_CACHE_SIZE]; member
871 /* flush skb_cache if containing objects */ in __kfree_skb_flush()
874 nc->skb_cache); in __kfree_skb_flush()
887 nc->skb_cache[nc->skb_count++] = skb; in _kfree_skb_defer()
894 /* flush skb_cache if it is filled */ in _kfree_skb_defer()
897 nc->skb_cache); in _kfree_skb_defer()

Completed in 28 milliseconds