Searched refs:gro_hash (Results 1 – 3 of 3) sorted by relevance
275 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain()283 napi->gro_hash[index].count--; in __napi_gro_flush_chain()286 if (!napi->gro_hash[index].count) in __napi_gro_flush_chain()440 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive()
6383 INIT_LIST_HEAD(&napi->gro_hash[i].list); in init_gro_hash()6384 napi->gro_hash[i].count = 0; in init_gro_hash()6519 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list) in flush_gro_hash()6521 napi->gro_hash[i].count = 0; in flush_gro_hash()
373 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member