Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_llreach.c462 lr->lr_debug |= IFD_ALLOC; in iflr_alloc()
474 } else if (!(lr->lr_debug & IFD_ALLOC)) { in iflr_free()
484 lr->lr_debug &= ~IFD_ALLOC; in iflr_free()
H A Dif.c5352 ifma->ifma_debug |= IFD_ALLOC; in ifma_alloc()
5378 } else if (!(ifma->ifma_debug & IFD_ALLOC)) { in ifma_free()
5396 ifma->ifma_debug &= ~IFD_ALLOC; in ifma_free()
6512 if (ifa->ifa_debug & IFD_ALLOC) { in ifa_deallocated()
H A Dif_var_private.h1251 #define IFD_ALLOC 0x2 /* dynamically allocated */ macro
/xnu-12377.61.12/bsd/netinet6/
H A Dnd6_rtr.c2980 dr->nddr_debug |= IFD_ALLOC; in nddr_alloc()
2995 } else if (!(dr->nddr_debug & IFD_ALLOC)) { in nddr_free()
2999 dr->nddr_debug &= ~IFD_ALLOC; in nddr_free()
3098 pr->ndpr_debug |= IFD_ALLOC; in ndpr_alloc()
3113 } else if (!(pr->ndpr_debug & IFD_ALLOC)) { in ndpr_free()
3128 pr->ndpr_debug &= ~IFD_ALLOC; in ndpr_free()
H A Dmld6.c755 mli->mli_debug |= IFD_ALLOC; in mli_alloc()
770 } else if (!(mli->mli_debug & IFD_ALLOC)) { in mli_free()
777 mli->mli_debug &= ~IFD_ALLOC; in mli_free()
H A Din6_mcast.c3202 in6m->in6m_debug |= IFD_ALLOC; in in6_multi_alloc()
3222 } else if (!(in6m->in6m_debug & IFD_ALLOC)) { in in6_multi_free()
3236 in6m->in6m_debug &= ~IFD_ALLOC; in in6_multi_free()
H A Dip6_output.c3620 if (!(im6o->im6o_debug & IFD_ALLOC)) { in im6o_remref()
3659 im6o->im6o_debug |= IFD_ALLOC; in ip6_allocmoptions()
H A Din6.c4225 in6ifa->ia_ifa.ifa_debug |= IFD_ALLOC; in in6_ifaddr_alloc()
4241 if (!(ifa->ifa_debug & IFD_ALLOC)) { in in6_ifaddr_free()
/xnu-12377.61.12/bsd/netinet/
H A Digmp.c765 igi->igi_debug |= IFD_ALLOC; in igi_alloc()
780 } else if (!(igi->igi_debug & IFD_ALLOC)) { in igi_free()
787 igi->igi_debug &= ~IFD_ALLOC; in igi_free()
H A Din_mcast.c3344 inm->inm_debug |= IFD_ALLOC; in in_multi_alloc()
3363 } else if (!(inm->inm_debug & IFD_ALLOC)) { in in_multi_free()
3377 inm->inm_debug &= ~IFD_ALLOC; in in_multi_free()
H A Din.c1977 inifa->ia_ifa.ifa_debug |= IFD_ALLOC; in in_ifaddr_alloc()
1993 if (__improbable(!(ifa->ifa_debug & IFD_ALLOC))) { in in_ifaddr_free()
H A Dip_output.c2979 if (!(imo->imo_debug & IFD_ALLOC)) { in imo_remref()
3018 imo->imo_debug |= IFD_ALLOC; in ip_allocmoptions()