Searched refs:skb_count (Results 1 – 1 of 1) sorted by relevance
229 unsigned int skb_count; member280 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; member1241 sa->skb_count = 0; in kfree_skb_add_bulk()1250 sa.skb_count = 0; in kfree_skb_list_reason()[all …]