Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dvxlan.c60 #define FDB_HASH_SIZE (1<<FDB_HASH_BITS) macro
136 struct hlist_head fdb_head[FDB_HASH_SIZE];
959 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_dump()
2132 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_cleanup()
2235 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_flush()
2385 for (h = 0; h < FDB_HASH_SIZE; ++h) in vxlan_setup()