Home
last modified time | relevance | path

Searched refs:gro_hash (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/core/
Ddev.c5311 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain()
5320 napi->gro_hash[index].count--; in __napi_gro_flush_chain()
5323 if (!napi->gro_hash[index].count) in __napi_gro_flush_chain()
5350 head = &napi->gro_hash[hash & (GRO_HASH_BUCKETS - 1)].list; in gro_list_prepare()
5506 napi->gro_hash[hash].count--; in dev_gro_receive()
5515 if (unlikely(napi->gro_hash[hash].count >= MAX_GRO_SKBS)) { in dev_gro_receive()
5518 napi->gro_hash[hash].count++; in dev_gro_receive()
5532 if (napi->gro_hash[hash].count) { in dev_gro_receive()
6158 INIT_LIST_HEAD(&napi->gro_hash[i].list); in init_gro_hash()
6159 napi->gro_hash[i].count = 0; in init_gro_hash()
[all …]
/Linux-v4.19/include/linux/
Dnetdevice.h336 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member