Searched refs:VXLAN_FLAG_TEARDOWN (Results 1 – 1 of 1) sorted by relevance
172 #define VXLAN_FLAG_TEARDOWN 0x0002 macro1776 while (sc->vxl_flags & VXLAN_FLAG_TEARDOWN) in vxlan_teardown_wait()1785 sc->vxl_flags &= ~VXLAN_FLAG_TEARDOWN; in vxlan_teardown_complete()1798 MPASS(sc->vxl_flags & VXLAN_FLAG_TEARDOWN); in vxlan_teardown_locked()1842 if (sc->vxl_flags & VXLAN_FLAG_TEARDOWN) { in vxlan_teardown()1849 sc->vxl_flags |= VXLAN_FLAG_TEARDOWN; in vxlan_teardown()1863 if (sc->vxl_flags & VXLAN_FLAG_TEARDOWN) in vxlan_ifdetach()1866 sc->vxl_flags |= VXLAN_FLAG_TEARDOWN; in vxlan_ifdetach()3450 if (sc->vxl_flags & (VXLAN_FLAG_INIT | VXLAN_FLAG_TEARDOWN)) in vxlan_can_change_config()