Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/classq/
H A Dclassq_fq_codel.c139 fq_cl->fcl_stat.fcl_dequeue_stall++; in fq_detect_dequeue_stall()
142 fq_cl->fcl_stat.fcl_dequeue_stall, flowq->fq_sc_index, in fq_detect_dequeue_stall()
209 fq_cl->fcl_stat.fcl_pkts_compressible++; in fq_compressor()
251 fq_cl->fcl_stat.fcl_byte_cnt -= old_pktlen; in fq_compressor()
252 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_compressor()
311 fq_cl->fcl_stat.fcl_drop_memfailure += cnt; in fq_addq()
329 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
351 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
378 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_addq()
409 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_addq()
[all …]
/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched_fq_codel.c148 fq_cl->fcl_stat.fcl_dequeue++; in fq_getq_flow_kpkt()
149 fq_cl->fcl_stat.fcl_dequeue_bytes += plen; in fq_getq_flow_kpkt()
197 fq_cl->fcl_stat.fcl_dequeue++; in fq_getq_flow_mbuf()
198 fq_cl->fcl_stat.fcl_dequeue_bytes += plen; in fq_getq_flow_mbuf()
356 atomic_add_32(&fq_cl->fcl_stat.fcl_throttle_drops, 1); in fq_if_enqueue_classq()
582 fq_cl->fcl_stat.fcl_flows_cnt) * in fq_if_dequeue_classq_multi()
689 fq_cl->fcl_stat.fcl_pkt_cnt > 0) { in fq_if_dequeue_sc_classq_multi()
933 fq_cl->fcl_stat.fcl_throttle_on++; in fq_if_classq_suspend()
941 fq_cl->fcl_stat.fcl_throttle_off++; in fq_if_classq_resume()
991 stat->packets = (uint32_t)fq_cl->fcl_stat.fcl_pkt_cnt; in fq_if_stat_sc()
[all …]
H A Dpktsched_fq_codel.h46 struct fcl_stat { struct
130 struct fcl_stat fcl_stat; member