Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/classq/
H A Dif_classq.h104 extern uint32_t ifclassq_flow_control_adv;
H A Dclassq_subr.c71 uint32_t ifclassq_flow_control_adv = 1; /* flow control advisory */ variable
73 CTLFLAG_RW | CTLFLAG_LOCKED, &ifclassq_flow_control_adv, 1,
/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched_fq_codel.c415 if (__improbable((ret == EQFULL) && (ifclassq_flow_control_adv == 0))) { in fq_if_enqueue_classq()
1291 if (__improbable(ifclassq_flow_control_adv == 0)) { in fq_if_add_fcentry()