Searched refs:fdb_head (Results 1 – 1 of 1) sorted by relevance
136 struct hlist_head fdb_head[FDB_HASH_SIZE]; member456 return &vxlan->fdb_head[eth_hash(mac)]; in vxlan_fdb_head()963 hlist_for_each_entry_rcu(f, &vxlan->fdb_head[h], hlist) { in vxlan_fdb_dump()2134 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_cleanup()2237 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_flush()2386 INIT_HLIST_HEAD(&vxlan->fdb_head[h]); in vxlan_setup()