Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h38 #define PIE_DQ_THRESHOLD (1L << PIE_DQ_THRESHOLD_BITS) macro
H A Ddn_aqm_pie.c432 if (pst->dq_count >= PIE_DQ_THRESHOLD) { in aqm_pie_dequeue()
447 w = PIE_DQ_THRESHOLD >> 8; in aqm_pie_dequeue()
460 q->ni.len_bytes >= PIE_DQ_THRESHOLD) { in aqm_pie_dequeue()
H A Ddn_sched_fq_pie.c640 if (pst->dq_count >= PIE_DQ_THRESHOLD) { in pie_dequeue()
655 w = PIE_DQ_THRESHOLD >> 8; in pie_dequeue()
668 q->stats.len_bytes >= PIE_DQ_THRESHOLD) { in pie_dequeue()