Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.h86 uint16_t vxlp_max_port; member
H A Dif_vxlan.c2986 if (vxlp->vxlp_min_port <= vxlp->vxlp_max_port) { in vxlan_set_user_config()
2988 sc->vxl_max_port = vxlp->vxlp_max_port; in vxlan_set_user_config()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h86 uint16_t vxlp_max_port; member
/f-stack/tools/ifconfig/
H A Difvxlan.c488 params.vxlp_max_port = max; in DECL_CMD_FUNC2()