Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.c306 if ((pst->sflags & PIE_ACTIVE) && pst->burst_allowance>0) { in calculate_drop_prob()
308 if (pst->burst_allowance > pprms->tupdate ) in calculate_drop_prob()
309 pst->burst_allowance -= pprms->tupdate; in calculate_drop_prob()
311 pst->burst_allowance = 0; in calculate_drop_prob()
369 pst->burst_allowance = pprms->max_burst; in init_activate_pie()
508 else if ((pst->sflags & PIE_ACTIVE) && pst->burst_allowance==0 in aqm_pie_enqueue()
531 pst->burst_allowance = pprms->max_burst; in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c478 if ((pst->sflags & PIE_ACTIVE) && pst->burst_allowance) { in fq_calculate_drop_prob()
479 if (pst->burst_allowance > pprms->tupdate) in fq_calculate_drop_prob()
480 pst->burst_allowance -= pprms->tupdate; in fq_calculate_drop_prob()
482 pst->burst_allowance = 0; in fq_calculate_drop_prob()
508 pst->burst_allowance = pprms->max_burst; in fq_activate_pie()
699 if (pst->sflags & PIE_ACTIVE && pst->burst_allowance == 0 in pie_enqueue()
723 pst->burst_allowance = pprms->max_burst; in pie_enqueue()
H A Ddn_aqm_pie.h74 aqm_time_t burst_allowance; member