Searched refs:gro_hash (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/core/
H A Dgro.c273 struct list_head *head = &napi->gro_hash[index].list;
281 napi->gro_hash[index].count--;
284 if (!napi->gro_hash[index].count)
288 /* napi->gro_hash[].list contains packets ordered by age.
434 /* Do not adjust napi->gro_hash[].count, caller is adding a new
444 struct gro_list *gro_list = &napi->gro_hash[bucket];
H A Ddev.c6424 INIT_LIST_HEAD(&napi->gro_hash[i].list);
6425 napi->gro_hash[i].count = 0;
6598 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list)
6600 napi->gro_hash[i].count = 0;
/linux-master/include/linux/
H A Dnetdevice.h367 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member in struct:napi_struct

Completed in 261 milliseconds