Home
last modified time | relevance | path

Searched refs:ifnet_debug (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Ddlil.c302 static unsigned int ifnet_debug = 1; /* debugging (enabled) */ variable
304 static unsigned int ifnet_debug; /* debugging (disabled) */ variable
2533 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()