Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/classq/
H A Dclassq_subr.c71 static uint64_t ifclassq_def_l4s_target_qdelay = 0; variable
73 &ifclassq_def_l4s_target_qdelay, "def L4S target queue delay in nanoseconds");
129 PE_parse_boot_argn("ifclassq_def_l4s_target_qdelay", &ifclassq_def_l4s_target_qdelay, in classq_init()
130 sizeof(ifclassq_def_l4s_target_qdelay)); in classq_init()
844 qdelay_configed = ifclassq_def_l4s_target_qdelay; in ifclassq_calc_target_qdelay()