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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c2536 panic("%s: ifma=%p attached to ifma_ifp=%p is being freed",
2537 __func__, ifma, ifma->ifma_ifp);
2548 } else if (ifma->ifma_ifp != NULL) {
2549 panic("%s: non-NULL ifma_ifp=%p for ifma=%p", __func__,
2550 ifma->ifma_ifp, ifma);
2639 ifma->ifma_ifp = NULL;
2654 if (ifma->ifma_ifp != ifp) {
2655 panic("%s: Mismatch ifma_ifp=%p != ifp=%p", __func__,
2656 ifma->ifma_ifp, ifp);
2699 } else if (ifma->ifma_ifp !
[all...]
H A Drtsock.c1346 struct ifnet *ifp = ifma->ifma_ifp;
1785 ifma->ifma_ifp->if_index;
H A Dif_var.h844 struct ifnet *ifma_ifp; /* back-pointer to interface */ member in struct:ifmultiaddr
H A Dkpi_interface.c1555 return (if_delmulti_anon(ifma->ifma_ifp, maddr));
2068 return ((ifma == NULL) ? NULL : ifma->ifma_ifp);
H A Dif_bond.c729 (void) if_delmulti_anon(ifb->ifb_ifma_slow_proto->ifma_ifp,
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c2490 ifp = inm->inm_ifma->ifma_ifp;
H A Din_mcast.c267 VERIFY(inm->inm_ifp == inm->inm_ifma->ifma_ifp);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c271 VERIFY(inm->in6m_ifp == inm->in6m_ifma->ifma_ifp);
H A Dmld6.c2063 ifp = inm->in6m_ifma->ifma_ifp;

Completed in 82 milliseconds