Searched refs:vxl_im6o (Results 1 – 1 of 1) sorted by relevance
191 struct ip6_moptions *vxl_im6o; member1416 else if (!ipv4 && sc->vxl_im6o != NULL) in vxlan_multicast_if_ref()1417 ifp = sc->vxl_im6o->im6o_multicast_ifp; in vxlan_multicast_if_ref()1442 if (sc->vxl_im6o != NULL) { in vxlan_free_multicast()1443 free(sc->vxl_im6o, M_VXLAN); in vxlan_free_multicast()1444 sc->vxl_im6o = NULL; in vxlan_free_multicast()1501 sc->vxl_im6o = malloc(sizeof(struct ip6_moptions), M_VXLAN, in vxlan_setup_multicast()1503 sc->vxl_im6o->im6o_multicast_ifp = sc->vxl_mc_ifp; in vxlan_setup_multicast()1504 sc->vxl_im6o->im6o_multicast_hlim = sc->vxl_ttl; in vxlan_setup_multicast()2163 if (sc->vxl_im6o != NULL) in vxlan_ctrl_set_ttl()[all …]