Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dskbuff.c229 unsigned int skb_count; member
280 if (unlikely(!nc->skb_count)) { in napi_skb_cache_get()
321 if (nc->skb_count >= n) in napi_skb_cache_get_bulk()
335 n - nc->skb_count, &skbs[nc->skb_count]); in napi_skb_cache_get_bulk()
340 total -= n - nc->skb_count; in napi_skb_cache_get_bulk()
341 n = nc->skb_count; in napi_skb_cache_get_bulk()
353 nc->skb_count -= n; in napi_skb_cache_get_bulk()
1221 unsigned int skb_count; member
1241 sa->skb_count = 0; in kfree_skb_add_bulk()
1250 sa.skb_count = 0; in kfree_skb_list_reason()
[all …]