Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/classq/
H A Dclassq_fq_codel.h69 (_fq_)->fq_bytes, (_fq_)->fq_min_qdelay); \
77 (_fq_)->fq_bytes, (_fq_)->fq_min_qdelay); \
87 (_fq_)->fq_bytes, (_fq_)->fq_min_qdelay); \
95 (_fq_)->fq_bytes, (_fq_)->fq_min_qdelay); \
122 uint32_t fq_bytes; /* Number of bytes in the queue */ member
H A Dclassq_fq_codel.c164 VERIFY(fq->fq_bytes == 0); in fq_destroy()
175 flowq->fq_bytes < FQ_MIN_FC_THRESHOLD_BYTES) { in fq_detect_dequeue_stall()
194 AQM_KTRACE_FQ_GRP_SC_IDX(flowq), flowq->fq_bytes, in fq_detect_dequeue_stall()
302 fq->fq_bytes -= old_pktlen; in fq_compressor()
380 fq->fq_bytes, pktsched_get_pkt_len(pkt)); in fq_addq()
556 fq->fq_bytes += chain_len; in fq_addq()
605 VERIFY(fq->fq_bytes >= plen); in fq_getq_flow_internal()
606 fq->fq_bytes -= plen; in fq_getq_flow_internal()
/xnu-10063.141.1/bsd/net/pktsched/
H A Dpktsched_fq_codel.c277 fq->fq_bytes, fq->fq_min_qdelay); in fq_getq_flow_kpkt()
333 fq->fq_bytes, fq->fq_min_qdelay); in fq_getq_flow_mbuf()
1209 AQM_KTRACE_FQ_GRP_SC_IDX(fq), fq->fq_bytes, fq->fq_min_qdelay); in fq_if_purge_flow()
1893 VERIFY(fq->fq_bytes == 0); in fq_if_empty_old_flow()
1980 fqs->fqs_large_flow->fq_bytes < FQ_IF_LARGE_FLOW_BYTE_LIMIT) { in fq_if_is_flow_heavy()
1984 if (fq == NULL || fq->fq_bytes < FQ_IF_LARGE_FLOW_BYTE_LIMIT) { in fq_if_is_flow_heavy()
1994 } else if (fq->fq_bytes > prev_fq->fq_bytes) { in fq_if_is_flow_heavy()
2029 if_name(fqs->fqs_ifq->ifcq_ifp), fq->fq_bytes); in fq_if_add_fcentry()
2032 fq->fq_bytes, fq->fq_min_qdelay); in fq_if_add_fcentry()
2064 fq->fq_bytes); in fq_if_flow_feedback()
[all …]