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

/freebsd-13-stable/sys/net/
H A Dif.c3362 ifma->ifma_ifp = ifp;
3657 ifp = ifma->ifma_ifp;
3660 printf("%s: ifma_ifp seems to be detached\n", __func__);
3707 if (ifp != NULL && ifma->ifma_ifp != NULL) {
3708 KASSERT(ifma->ifma_ifp == ifp,
3713 ifp = ifma->ifma_ifp;
3733 ifma->ifma_ifp = NULL;
3753 ll_ifma->ifma_ifp = NULL; /* XXX */
H A Dif_var.h591 struct ifnet *ifma_ifp; /* back-pointer to interface */ member in struct:ifmultiaddr
H A Drtsock.c2048 struct ifnet *ifp = ifma->ifma_ifp;
2525 ifmam->ifmam_index = ifma->ifma_ifp->if_index;
/freebsd-13-stable/sys/netinet6/
H A Din6_mcast.c206 ifp = inm->in6m_ifma->ifma_ifp;
498 ifp = ifma->ifma_ifp;
580 MPASS(ll_ifma->ifma_ifp == ifp);
H A Dmld6.c1919 ifp = inm->in6m_ifma->ifma_ifp;
/freebsd-13-stable/sys/netinet/
H A Din_mcast.c214 ifp = inm->inm_ifma->ifma_ifp;
283 MPASS(ll_ifma->ifma_ifp == ifp);
H A Digmp.c2331 ifp = inm->inm_ifma->ifma_ifp;

Completed in 203 milliseconds