Searched refs:gro_hash (Results 1 – 3 of 3) sorted by relevance
271 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain()279 napi->gro_hash[index].count--; in __napi_gro_flush_chain()282 if (!napi->gro_hash[index].count) in __napi_gro_flush_chain()437 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive()
6424 INIT_LIST_HEAD(&napi->gro_hash[i].list); in init_gro_hash()6425 napi->gro_hash[i].count = 0; in init_gro_hash()6560 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list) in flush_gro_hash()6562 napi->gro_hash[i].count = 0; in flush_gro_hash()
373 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member