Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.h80 uint32_t vxlp_vni; member
H A Dif_vxlan.c2952 if (vxlan_check_vni(vxlp->vxlp_vni) == 0) in vxlan_set_user_config()
2953 sc->vxl_vni = vxlp->vxlp_vni; in vxlan_set_user_config()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h80 uint32_t vxlp_vni; member
/f-stack/tools/ifconfig/
H A Difvxlan.c63 .vxlp_vni = VXLAN_VNI_MAX,
237 params.vxlp_vni = val; in DECL_CMD_FUNC()