Searched refs:fq_bytes (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/net/classq/ |
| H A D | classq_fq_codel.h | 69 (_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 D | classq_fq_codel.c | 165 VERIFY(fq->fq_bytes == 0); in fq_destroy() 176 flowq->fq_bytes < FQ_MIN_FC_THRESHOLD_BYTES) { in fq_detect_dequeue_stall() 195 AQM_KTRACE_FQ_GRP_SC_IDX(flowq), flowq->fq_bytes, in fq_detect_dequeue_stall() 315 fq->fq_bytes -= old_pktlen; in fq_compressor() 393 fq->fq_bytes, pktsched_get_pkt_len(pkt)); in fq_addq() 569 fq->fq_bytes += chain_len; in fq_addq() 618 VERIFY(fq->fq_bytes >= plen); in fq_getq_flow_internal() 619 fq->fq_bytes -= plen; in fq_getq_flow_internal()
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 291 fq->fq_bytes, fq->fq_min_qdelay); in fq_getq_flow_kpkt() 347 fq->fq_bytes, fq->fq_min_qdelay); in fq_getq_flow_mbuf() 1927 VERIFY(fq->fq_bytes == 0); in fq_if_empty_old_flow() 2019 fqs->fqs_large_flow->fq_bytes < FQ_IF_LARGE_FLOW_BYTE_LIMIT) { in fq_if_is_flow_heavy() 2023 if (fq == NULL || fq->fq_bytes < FQ_IF_LARGE_FLOW_BYTE_LIMIT) { in fq_if_is_flow_heavy() 2033 } else if (fq->fq_bytes > prev_fq->fq_bytes) { in fq_if_is_flow_heavy() 2068 if_name(fqs->fqs_ifq->ifcq_ifp), fq->fq_bytes); in fq_if_add_fcentry() 2071 fq->fq_bytes, fq->fq_min_qdelay); in fq_if_add_fcentry() 2108 fq->fq_bytes); in fq_if_flow_feedback() 2112 fq->fq_bytes, fq->fq_min_qdelay); in fq_if_flow_feedback() [all …]
|