gro_hash 335 include/linux/netdevice.h struct gro_list gro_hash[GRO_HASH_BUCKETS]; gro_hash 5329 net/core/dev.c struct list_head *head = &napi->gro_hash[index].list; gro_hash 5337 net/core/dev.c napi->gro_hash[index].count--; gro_hash 5340 net/core/dev.c if (!napi->gro_hash[index].count) gro_hash 5369 net/core/dev.c head = &napi->gro_hash[hash & (GRO_HASH_BUCKETS - 1)].list; gro_hash 5532 net/core/dev.c napi->gro_hash[hash].count--; gro_hash 5541 net/core/dev.c if (unlikely(napi->gro_hash[hash].count >= MAX_GRO_SKBS)) { gro_hash 5544 net/core/dev.c napi->gro_hash[hash].count++; gro_hash 5558 net/core/dev.c if (napi->gro_hash[hash].count) { gro_hash 6214 net/core/dev.c INIT_LIST_HEAD(&napi->gro_hash[i].list); gro_hash 6215 net/core/dev.c napi->gro_hash[i].count = 0; gro_hash 6268 net/core/dev.c list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list) gro_hash 6270 net/core/dev.c napi->gro_hash[i].count = 0;