Home
last modified time | relevance | path

Searched refs:FDB_HASH_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dvxlan.h39 #define FDB_HASH_SIZE (1<<FDB_HASH_BITS) macro
250 spinlock_t hash_lock[FDB_HASH_SIZE];
256 struct hlist_head fdb_head[FDB_HASH_SIZE];
/kernel/linux/linux-6.6/include/net/
H A Dvxlan.h41 #define FDB_HASH_SIZE (1<<FDB_HASH_BITS) macro
297 spinlock_t hash_lock[FDB_HASH_SIZE];
305 struct hlist_head fdb_head[FDB_HASH_SIZE];
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c499 return jhash_2words(key, vni, vxlan_salt) & (FDB_HASH_SIZE - 1); in eth_vni_hash()
629 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_replay()
663 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_clear_offload()
1403 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_dump()
2983 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_cleanup()
3111 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_flush()
3314 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_setup()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c393 return jhash_2words(key, vni, vxlan_salt) & (FDB_HASH_SIZE - 1); in eth_vni_hash()
523 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_replay()
557 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_clear_offload()
1357 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_dump()
2885 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_cleanup()
3030 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_flush()
3233 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_setup()

Completed in 14 milliseconds