Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.h90 uint8_t vxlp_ttl; member
H A Dif_vxlan.c3006 if (vxlan_check_ttl(vxlp->vxlp_ttl) == 0) in vxlan_set_user_config()
3007 sc->vxl_ttl = vxlp->vxlp_ttl; in vxlan_set_user_config()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h90 uint8_t vxlp_ttl; member
/f-stack/tools/ifconfig/
H A Difvxlan.c574 params.vxlp_ttl = val; in DECL_CMD_FUNC()