Searched refs:lr_debug (Results 1 – 2 of 2) sorted by relevance
322 lr->lr_debug |= IFD_ATTACHED; in ifnet_llreach_alloc()357 if (!(lr->lr_debug & IFD_ATTACHED)) { in ifnet_llreach_free()362 lr->lr_debug &= ~IFD_ATTACHED; in ifnet_llreach_free()461 lr->lr_debug |= IFD_ALLOC; in iflr_alloc()470 if (lr->lr_debug & IFD_ATTACHED) { in iflr_free()473 } else if (!(lr->lr_debug & IFD_ALLOC)) { in iflr_free()483 lr->lr_debug &= ~IFD_ALLOC; in iflr_free()
78 u_int32_t lr_debug; /* see ifa_debug flags */ member