Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dvxlan.h38 #define FDB_HASH_SIZE (1<<FDB_HASH_BITS) macro
246 spinlock_t hash_lock[FDB_HASH_SIZE];
252 struct hlist_head fdb_head[FDB_HASH_SIZE];
/Linux-v5.4/drivers/net/
Dvxlan.c468 return jhash_2words(key, vni, vxlan_salt) & (FDB_HASH_SIZE - 1); in eth_vni_hash()
598 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_replay()
632 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_clear_offload()
1225 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_dump()
2726 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_cleanup()
2845 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_flush()
3050 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_setup()