Searched refs:VXLAN_FLAG_TEARDOWN (Results 1 – 1 of 1) sorted by relevance
147 #define VXLAN_FLAG_TEARDOWN 0x0002 macro1681 while (sc->vxl_flags & VXLAN_FLAG_TEARDOWN) in vxlan_teardown_wait()1690 sc->vxl_flags &= ~VXLAN_FLAG_TEARDOWN; in vxlan_teardown_complete()1704 MPASS(sc->vxl_flags & VXLAN_FLAG_TEARDOWN); in vxlan_teardown_locked()1743 if (sc->vxl_flags & VXLAN_FLAG_TEARDOWN) { in vxlan_teardown()1749 sc->vxl_flags |= VXLAN_FLAG_TEARDOWN; in vxlan_teardown()1762 if (sc->vxl_flags & VXLAN_FLAG_TEARDOWN) in vxlan_ifdetach()1765 sc->vxl_flags |= VXLAN_FLAG_TEARDOWN; in vxlan_ifdetach()2911 if (sc->vxl_flags & (VXLAN_FLAG_INIT | VXLAN_FLAG_TEARDOWN)) in vxlan_can_change_config()