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

/linux-4.1.27/drivers/net/
H A 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) { vxlan_fdb_dump()
2132 for (h = 0; h < FDB_HASH_SIZE; ++h) { vxlan_cleanup()
2235 for (h = 0; h < FDB_HASH_SIZE; ++h) { vxlan_flush()
2385 for (h = 0; h < FDB_HASH_SIZE; ++h) vxlan_setup()

Completed in 69 milliseconds