Searched refs:lr_debug (Results 1 – 2 of 2) sorted by relevance
321 lr->lr_debug |= IFD_ATTACHED; in ifnet_llreach_alloc()356 if (!(lr->lr_debug & IFD_ATTACHED)) { in ifnet_llreach_free()361 lr->lr_debug &= ~IFD_ATTACHED; in ifnet_llreach_free()460 lr->lr_debug |= IFD_ALLOC; in iflr_alloc()469 if (lr->lr_debug & IFD_ATTACHED) { in iflr_free()472 } else if (!(lr->lr_debug & IFD_ALLOC)) { in iflr_free()482 lr->lr_debug &= ~IFD_ALLOC; in iflr_free()
78 u_int32_t lr_debug; /* see ifa_debug flags */ member