Searched refs:vxlp (Results 1 – 1 of 1) sorted by relevance
2978 vxlan_set_user_config(struct vxlan_softc *sc, struct ifvxlanparam *vxlp) in vxlan_set_user_config() argument2982 if (vxlp->vxlp_with & (VXLAN_PARAM_WITH_LOCAL_ADDR4 | in vxlan_set_user_config()2988 if (vxlp->vxlp_with & (VXLAN_PARAM_WITH_LOCAL_ADDR6 | in vxlan_set_user_config()2992 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_LOCAL_ADDR6) { in vxlan_set_user_config()2993 int error = vxlan_sockaddr_in6_embedscope(&vxlp->vxlp_local_sa); in vxlan_set_user_config()2997 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_REMOTE_ADDR6) { in vxlan_set_user_config()2999 &vxlp->vxlp_remote_sa); in vxlan_set_user_config()3005 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_VNI) { in vxlan_set_user_config()3006 if (vxlan_check_vni(vxlp->vxlp_vni) == 0) in vxlan_set_user_config()3007 sc->vxl_vni = vxlp->vxlp_vni; in vxlan_set_user_config()[all …]