Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dvxlan.h101 #define FDB_HASH_SIZE (1<<FDB_HASH_BITS) macro
171 struct hlist_head fdb_head[FDB_HASH_SIZE];
/linux-4.4.14/drivers/net/
Dvxlan.c918 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_fdb_dump()
2230 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_cleanup()
2330 for (h = 0; h < FDB_HASH_SIZE; ++h) { in vxlan_flush()
2552 for (h = 0; h < FDB_HASH_SIZE; ++h) in vxlan_setup()