Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vxlan.c2977 vxlan_set_user_config(struct vxlan_softc *sc, struct ifvxlanparam *vxlp) in vxlan_set_user_config() argument
2981 if (vxlp->vxlp_with & (VXLAN_PARAM_WITH_LOCAL_ADDR4 | in vxlan_set_user_config()
2987 if (vxlp->vxlp_with & (VXLAN_PARAM_WITH_LOCAL_ADDR6 | in vxlan_set_user_config()
2991 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_LOCAL_ADDR6) { in vxlan_set_user_config()
2992 int error = vxlan_sockaddr_in6_embedscope(&vxlp->vxlp_local_sa); in vxlan_set_user_config()
2996 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_REMOTE_ADDR6) { in vxlan_set_user_config()
2998 &vxlp->vxlp_remote_sa); in vxlan_set_user_config()
3004 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_VNI) { in vxlan_set_user_config()
3005 if (vxlan_check_vni(vxlp->vxlp_vni) == 0) in vxlan_set_user_config()
3006 sc->vxl_vni = vxlp->vxlp_vni; in vxlan_set_user_config()
[all …]