Searched refs:lr_debug (Results 1 – 2 of 2) sorted by relevance
323 lr->lr_debug |= IFD_ATTACHED; in ifnet_llreach_alloc()358 if (!(lr->lr_debug & IFD_ATTACHED)) { in ifnet_llreach_free()363 lr->lr_debug &= ~IFD_ATTACHED; in ifnet_llreach_free()462 lr->lr_debug |= IFD_ALLOC; in iflr_alloc()471 if (lr->lr_debug & IFD_ATTACHED) { in iflr_free()474 } else if (!(lr->lr_debug & IFD_ALLOC)) { in iflr_free()484 lr->lr_debug &= ~IFD_ALLOC; in iflr_free()
78 u_int32_t lr_debug; /* see ifa_debug flags */ member