Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
352 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_addq()
379 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_addq()
407 fq_cl->fcl_stat.fcl_drop_overflow += cnt; in fq_addq()
[all …]
/xnu-8020.101.4/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()
357 atomic_add_32(&fq_cl->fcl_stat.fcl_throttle_drops, 1); in fq_if_enqueue_classq()
583 fq_cl->fcl_stat.fcl_flows_cnt) * in fq_if_dequeue_classq_multi()
690 fq_cl->fcl_stat.fcl_pkt_cnt > 0) { in fq_if_dequeue_sc_classq_multi()
935 fq_cl->fcl_stat.fcl_throttle_on++; in fq_if_classq_suspend()
943 fq_cl->fcl_stat.fcl_throttle_off++; in fq_if_classq_resume()
993 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
131 struct fcl_stat fcl_stat; member