Searched refs:fdb_head (Results 1 – 1 of 1) sorted by relevance
146 struct hlist_head fdb_head[FDB_HASH_SIZE]; member455 return &vxlan->fdb_head[eth_hash(mac)]; in vxlan_fdb_head()947 hlist_for_each_entry_rcu(f, &vxlan->fdb_head[h], hlist) { in vxlan_fdb_dump()1955 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_cleanup()2068 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_flush()2221 INIT_HLIST_HEAD(&vxlan->fdb_head[h]); in vxlan_setup()