Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Ddev.c5887 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain()
5895 napi->gro_hash[index].count--; in __napi_gro_flush_chain()
5898 if (!napi->gro_hash[index].count) in __napi_gro_flush_chain()
6040 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive()
6820 INIT_LIST_HEAD(&napi->gro_hash[i].list); in init_gro_hash()
6821 napi->gro_hash[i].count = 0; in init_gro_hash()
6953 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list) in flush_gro_hash()
6955 napi->gro_hash[i].count = 0; in flush_gro_hash()
/Linux-v5.15/include/linux/
Dnetdevice.h335 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member