Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_fq_codel.h50 u_int32_t fcl_flow_control_fail; member
H A Dpktsched_fq_codel.c2711 fcls->fcls_flow_control_fail = fq_cl->fcl_stat.fcl_flow_control_fail; in fq_if_getqstats()
2712 fcls->fcls_flow_control_fail = fq_cl->fcl_stat.fcl_flow_control_fail; in fq_if_getqstats()
/xnu-12377.61.12/bsd/net/classq/
H A Dclassq_fq_codel.c472 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_codel_enq_legacy()