Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/classq/
H A Dclassq_fq_codel.c192 fq_cl->fcl_stat.fcl_dequeue_stall++; in fq_detect_dequeue_stall()
195 fq_cl->fcl_stat.fcl_dequeue_stall, flowq->fq_sc_index, in fq_detect_dequeue_stall()
266 fq_cl->fcl_stat.fcl_pkts_compressible++; in fq_compressor()
320 fq_cl->fcl_stat.fcl_byte_cnt -= old_pktlen; in fq_compressor()
321 fq_cl->fcl_stat.fcl_pkt_cnt--; in fq_compressor()
390 fq_cl->fcl_stat.fcl_drop_memfailure += cnt; in fq_codel_enq_legacy()
407 fq_cl->fcl_stat.fcl_l4s_pkts += cnt; in fq_codel_enq_legacy()
422 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_codel_enq_legacy()
445 fq_cl->fcl_stat.fcl_drop_early += cnt; in fq_codel_enq_legacy()
472 fq_cl->fcl_stat.fcl_flow_control_fail++; in fq_codel_enq_legacy()
[all …]
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_fq_codel.c398 fq_cl->fcl_stat.fcl_dequeue++; in fq_getq_flow_kpkt()
399 fq_cl->fcl_stat.fcl_dequeue_bytes += plen; in fq_getq_flow_kpkt()
458 fq_cl->fcl_stat.fcl_dequeue++; in fq_getq_flow_mbuf()
459 fq_cl->fcl_stat.fcl_dequeue_bytes += plen; in fq_getq_flow_mbuf()
790 os_atomic_inc(&fq_cl->fcl_stat.fcl_throttle_drops, relaxed); in fq_if_enqueue()
1201 fq_cl->fcl_stat.fcl_flows_cnt) * in fq_if_dequeue_common()
1223 fq_cl->fcl_stat.fcl_fcl_pacemaker_needed++; in fq_if_dequeue_common()
1378 fq_cl->fcl_stat.fcl_pkt_cnt > 0) { in fq_if_dequeue_sc_separate()
1402 fq_cl->fcl_stat.fcl_fcl_pacemaker_needed++; in fq_if_dequeue_sc_separate()
1697 fq_cl->fcl_stat.fcl_throttle_on++; in fq_if_classq_suspend()
[all …]
H A Dpktsched_fq_codel.h46 struct fcl_stat { struct
140 struct fcl_stat fcl_stat; member