Searched refs:lr_debug (Results 1 – 2 of 2) sorted by relevance
320 lr->lr_debug |= IFD_ATTACHED; in ifnet_llreach_alloc()355 if (!(lr->lr_debug & IFD_ATTACHED)) { in ifnet_llreach_free()360 lr->lr_debug &= ~IFD_ATTACHED; in ifnet_llreach_free()459 lr->lr_debug |= IFD_ALLOC; in iflr_alloc()468 if (lr->lr_debug & IFD_ATTACHED) { in iflr_free()471 } else if (!(lr->lr_debug & IFD_ALLOC)) { in iflr_free()481 lr->lr_debug &= ~IFD_ALLOC; in iflr_free()
78 u_int32_t lr_debug; /* see ifa_debug flags */ member