Lines Matching refs:ndpr_debug
175 static unsigned int ndpr_debug; /* debug flags */ variable
209 PE_parse_boot_argn("ifa_debug", &ndpr_debug, sizeof(ndpr_debug)); in nd6_prefix_glb_init()
210 vm_size_t ndpr_size = (ndpr_debug == 0) ? sizeof(struct nd_prefix) : in nd6_prefix_glb_init()
2304 new->ndpr_debug |= IFD_ATTACHED; in nd6_prelist_add()
2456 pr->ndpr_debug &= ~IFD_ATTACHED; in prelist_remove()
2996 pr->ndpr_debug |= IFD_ALLOC; in ndpr_alloc()
2997 if (ndpr_debug != 0) { in ndpr_alloc()
2998 pr->ndpr_debug |= IFD_DEBUG; in ndpr_alloc()
3008 if (pr->ndpr_debug & IFD_ATTACHED) { in ndpr_free()
3011 } else if (!(pr->ndpr_debug & IFD_ALLOC)) { in ndpr_free()
3026 pr->ndpr_debug &= ~IFD_ALLOC; in ndpr_free()
3040 if (!(pr->ndpr_debug & IFD_DEBUG)) { in ndpr_trace()
3198 (pr->ndpr_debug & IFD_ATTACHED)) { in pfxlist_onlink_check()
3254 (pr->ndpr_debug & IFD_ATTACHED)) { in pfxlist_onlink_check()
3259 (pr->ndpr_debug & IFD_ATTACHED)) { in pfxlist_onlink_check()