Searched refs:vxl_im6o (Results 1 – 1 of 1) sorted by relevance
166 struct ip6_moptions *vxl_im6o; member1366 else if (!ipv4 && sc->vxl_im6o != NULL) in vxlan_multicast_if_ref()1367 ifp = sc->vxl_im6o->im6o_multicast_ifp; in vxlan_multicast_if_ref()1392 if (sc->vxl_im6o != NULL) { in vxlan_free_multicast()1393 free(sc->vxl_im6o, M_VXLAN); in vxlan_free_multicast()1394 sc->vxl_im6o = NULL; in vxlan_free_multicast()1451 sc->vxl_im6o = malloc(sizeof(struct ip6_moptions), M_VXLAN, in vxlan_setup_multicast()1453 sc->vxl_im6o->im6o_multicast_ifp = sc->vxl_mc_ifp; in vxlan_setup_multicast()1454 sc->vxl_im6o->im6o_multicast_hlim = sc->vxl_ttl; in vxlan_setup_multicast()2042 if (sc->vxl_im6o != NULL) in vxlan_ctrl_set_ttl()[all …]