Searched refs:vxl_im6o (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c166 struct ip6_moptions *vxl_im6o; member in struct:vxlan_softc
1366 else if (!ipv4 && sc->vxl_im6o != NULL)
1367 ifp = sc->vxl_im6o->im6o_multicast_ifp;
1392 if (sc->vxl_im6o != NULL) {
1393 free(sc->vxl_im6o, M_VXLAN);
1394 sc->vxl_im6o = NULL;
1451 sc->vxl_im6o = malloc(sizeof(struct ip6_moptions), M_VXLAN,
1453 sc->vxl_im6o->im6o_multicast_ifp = sc->vxl_mc_ifp;
1454 sc->vxl_im6o->im6o_multicast_hlim = sc->vxl_ttl;
2042 if (sc->vxl_im6o !
[all...]

Completed in 53 milliseconds