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

/freebsd-12-stable/sys/net/
H A Dif.c3488 ifma->ifma_ifp = ifp;
3779 ifp = ifma->ifma_ifp;
3782 printf("%s: ifma_ifp seems to be detached\n", __func__);
3828 if (ifp != NULL && ifma->ifma_ifp != NULL) {
3829 KASSERT(ifma->ifma_ifp == ifp,
3834 ifp = ifma->ifma_ifp;
3854 ifma->ifma_ifp = NULL;
3874 ll_ifma->ifma_ifp = NULL; /* XXX */
H A Dif_var.h561 struct ifnet *ifma_ifp; /* back-pointer to interface */ member in struct:ifmultiaddr
H A Drtsock.c1417 struct ifnet *ifp = ifma->ifma_ifp;
1848 ifmam->ifmam_index = ifma->ifma_ifp->if_index;
/freebsd-12-stable/sys/netinet6/
H A Din6_mcast.c204 ifp = inm->in6m_ifma->ifma_ifp;
496 ifp = ifma->ifma_ifp;
577 MPASS(ll_ifma->ifma_ifp == ifp);
H A Dmld6.c1922 ifp = inm->in6m_ifma->ifma_ifp;
/freebsd-12-stable/sys/netinet/
H A Din_mcast.c212 ifp = inm->inm_ifma->ifma_ifp;
280 MPASS(ll_ifma->ifma_ifp == ifp);
H A Digmp.c2272 ifp = inm->inm_ifma->ifma_ifp;

Completed in 202 milliseconds