Searched refs:ndpr_debug (Results 1 – 2 of 2) sorted by relevance
177 static unsigned int ndpr_debug; /* debug flags */ variable210 PE_parse_boot_argn("ifa_debug", &ndpr_debug, sizeof(ndpr_debug)); in nd6_prefix_glb_init()211 vm_size_t ndpr_size = (ndpr_debug == 0) ? sizeof(struct nd_prefix) : in nd6_prefix_glb_init()2309 new->ndpr_debug |= IFD_ATTACHED; in nd6_prelist_add()2461 pr->ndpr_debug &= ~IFD_ATTACHED; in prelist_remove()3001 pr->ndpr_debug |= IFD_ALLOC; in ndpr_alloc()3002 if (ndpr_debug != 0) { in ndpr_alloc()3003 pr->ndpr_debug |= IFD_DEBUG; in ndpr_alloc()3013 if (pr->ndpr_debug & IFD_ATTACHED) { in ndpr_free()3016 } else if (!(pr->ndpr_debug & IFD_ALLOC)) { in ndpr_free()[all …]
632 u_int32_t ndpr_debug; /* see ifa_debug flags */ member