Searched refs:ifnet_debug (Results 1 – 1 of 1) sorted by relevance
302 static unsigned int ifnet_debug = 1; /* debugging (enabled) */ variable304 static unsigned int ifnet_debug; /* debugging (disabled) */ variable2533 PE_parse_boot_argn("ifnet_debug", &ifnet_debug, sizeof(ifnet_debug)); in dlil_init()2612 dlif_size = (ifnet_debug == 0) ? sizeof(struct dlil_ifnet) : in dlil_init()10177 if (ifnet_debug) { in dlil_if_acquire()