Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif_bond.c192 struct ifmultiaddr * ifb_ifma_slow_proto; member
718 if (ifb->ifb_ifma_slow_proto != NULL) { in ifbond_release()
723 (void) if_delmulti_anon(ifb->ifb_ifma_slow_proto->ifma_ifp, in ifbond_release()
724 ifb->ifb_ifma_slow_proto->ifma_addr); in ifbond_release()
725 IFMA_REMREF(ifb->ifb_ifma_slow_proto); in ifbond_release()
1154 ifb->ifb_ifma_slow_proto = ifma; in ifbond_add_slow_proto_multicast()