Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/classq/
H A Dif_classq.h105 extern uint32_t ifclassq_flow_control_adv;
H A Dclassq_subr.c63 uint32_t ifclassq_flow_control_adv = 1; /* flow control advisory */ variable
65 CTLFLAG_RW | CTLFLAG_LOCKED, &ifclassq_flow_control_adv, 1,
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched_fq_codel.c862 if (__improbable((ret == EQFULL) && (ifclassq_flow_control_adv == 0))) { in fq_if_enqueue()
2346 if (__improbable(ifclassq_flow_control_adv == 0)) { in fq_if_add_fcentry()
2425 if (__improbable(ifclassq_flow_control_adv == 0)) { in fq_if_report_congestion()