Home
last modified time | relevance | path

Searched refs:VXLAN_FLAG_INIT (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vxlan.c171 #define VXLAN_FLAG_INIT 0x0001 macro
1694 while (sc->vxl_flags & VXLAN_FLAG_INIT) in vxlan_init_wait()
1703 sc->vxl_flags &= ~VXLAN_FLAG_INIT; in vxlan_init_complete()
1725 sc->vxl_flags |= VXLAN_FLAG_INIT; in vxlan_init()
3450 if (sc->vxl_flags & (VXLAN_FLAG_INIT | VXLAN_FLAG_TEARDOWN)) in vxlan_can_change_config()
3581 if (sc->vxl_flags & VXLAN_FLAG_INIT) in vxlan_ifdetach_event()