Searched refs:VXLAN_F_MDB (Results 1 – 3 of 3) sorted by relevance
1189 vxlan->cfg.flags |= VXLAN_F_MDB; in vxlan_mdb_entry_get()1206 vxlan->cfg.flags &= ~VXLAN_F_MDB; in vxlan_mdb_entry_put()1459 WARN_ON_ONCE(vxlan->cfg.flags & VXLAN_F_MDB); in vxlan_mdb_fini()
2809 if (vxlan->cfg.flags & VXLAN_F_MDB) { in vxlan_xmit()
330 #define VXLAN_F_MDB 0x40000 macro