Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddlil.c317 static unsigned int ifnet_debug = 1; /* debugging (enabled) */ variable
319 static unsigned int ifnet_debug; /* debugging (disabled) */ variable
2301 PE_parse_boot_argn("ifnet_debug", &ifnet_debug, sizeof(ifnet_debug)); in dlil_init()
2378 dlif_size = (ifnet_debug == 0) ? sizeof(struct dlil_ifnet) : in dlil_init()
10171 if (ifnet_debug) { in dlil_if_acquire()