Searched refs:FDB_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
35 #define FDB_HASH_SIZE (1<<FDB_HASH_BITS) macro246 struct hlist_head fdb_head[FDB_HASH_SIZE];
427 return jhash_2words(key, vni, vxlan_salt) & (FDB_HASH_SIZE - 1); in eth_vni_hash()975 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_dump()2375 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_cleanup()2492 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_flush()2694 for (h = 0; h < FDB_HASH_SIZE; ++h) in vxlan_setup()