Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddev.c5815 head = &napi->gro_hash[hash & (GRO_HASH_BUCKETS - 1)].list; in gro_list_prepare()
5909 u32 hash = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1); in dev_gro_receive()
6659 for (i = 0; i < GRO_HASH_BUCKETS; i++) { in init_gro_hash()
6716 for (i = 0; i < GRO_HASH_BUCKETS; i++) { in flush_gro_hash()
10910 BUILD_BUG_ON(GRO_HASH_BUCKETS > in netdev_init()
/Linux-v5.10/include/linux/
Dnetdevice.h319 #define GRO_HASH_BUCKETS 8 macro
342 struct gro_list gro_hash[GRO_HASH_BUCKETS];