Searched refs:VXLAN_F_MDB (Results 1 – 3 of 3) sorted by relevance
331 #define VXLAN_F_MDB 0x40000 macro
1205 vxlan->cfg.flags |= VXLAN_F_MDB; in vxlan_mdb_entry_get()1222 vxlan->cfg.flags &= ~VXLAN_F_MDB; in vxlan_mdb_entry_put()1743 WARN_ON_ONCE(vxlan->cfg.flags & VXLAN_F_MDB); in vxlan_mdb_fini()
2737 if (vxlan->cfg.flags & VXLAN_F_MDB) { in vxlan_xmit()