Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_vxlan.c124 VXLAN_TMODE_UNSET, enumerator
335 if (sc->sc_mode == VXLAN_TMODE_UNSET) in vxlan_encap()
1104 KASSERT(sc->sc_mode != VXLAN_TMODE_UNSET); in vxlan_up()
1432 KASSERT(sc->sc_mode != VXLAN_TMODE_UNSET); in vxlan_get_tunnel()
1498 sc->sc_mode = VXLAN_TMODE_UNSET; in vxlan_del_tunnel()
1651 case VXLAN_TMODE_UNSET: in vxlan_add_addr()