Searched refs:im6o_debug (Results 1 – 2 of 2) sorted by relevance
236 static unsigned int im6o_debug = 1; /* debugging (enabled) */ variable238 static unsigned int im6o_debug; /* debugging (disabled) */ variable3535 PE_parse_boot_argn("ifa_debug", &im6o_debug, sizeof(im6o_debug)); in ip6_moptions_init()3537 vm_size_t im6o_size = (im6o_debug == 0) ? sizeof(struct ip6_moptions) : in ip6_moptions_init()3608 if (!(im6o->im6o_debug & IFD_ALLOC)) { in im6o_remref()3623 if (!(im6o->im6o_debug & IFD_DEBUG)) { in im6o_trace()3647 im6o->im6o_debug |= IFD_ALLOC; in ip6_allocmoptions()3648 if (im6o_debug != 0) { in ip6_allocmoptions()3649 im6o->im6o_debug |= IFD_DEBUG; in ip6_allocmoptions()
136 uint32_t im6o_debug; /* see ifa_debug flags */ member