Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dif_bond.c192 struct ifmultiaddr * ifb_ifma_slow_proto; member
716 if (ifb->ifb_ifma_slow_proto != NULL) { in ifbond_release()
721 (void) if_delmulti_anon(ifb->ifb_ifma_slow_proto->ifma_ifp, in ifbond_release()
722 ifb->ifb_ifma_slow_proto->ifma_addr); in ifbond_release()
723 IFMA_REMREF(ifb->ifb_ifma_slow_proto); in ifbond_release()
1152 ifb->ifb_ifma_slow_proto = ifma; in ifbond_add_slow_proto_multicast()