Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c204 struct ifnet *vxl_mc_ifp; member
1431 if (sc->vxl_mc_ifp != NULL) { in vxlan_free_multicast()
1432 if_rele(sc->vxl_mc_ifp); in vxlan_free_multicast()
1433 sc->vxl_mc_ifp = NULL; in vxlan_free_multicast()
1467 sc->vxl_mc_ifp = ifp; in vxlan_setup_multicast_interface()
1497 sc->vxl_im4o->imo_multicast_ifp = sc->vxl_mc_ifp; in vxlan_setup_multicast()
1503 sc->vxl_im6o->im6o_multicast_ifp = sc->vxl_mc_ifp; in vxlan_setup_multicast()
1861 if (sc->vxl_mc_ifp != ifp) in vxlan_ifdetach()