Searched refs:gro_hash (Results 1 – 3 of 3) sorted by relevance
334 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain()342 napi->gro_hash[index].count--; in __napi_gro_flush_chain()345 if (!napi->gro_hash[index].count) in __napi_gro_flush_chain()485 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive()
6303 INIT_LIST_HEAD(&napi->gro_hash[i].list); in init_gro_hash()6304 napi->gro_hash[i].count = 0; in init_gro_hash()6442 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list) in flush_gro_hash()6444 napi->gro_hash[i].count = 0; in flush_gro_hash()
363 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member
Completed in 34 milliseconds