Searched defs:gro_list (Results 1 – 2 of 2) sorted by relevance
303 struct gro_list { struct304 struct list_head list;305 int count;
6040 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local