Home
last modified time | relevance | path

Searched refs:drop_early (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_red.h115 extern int drop_early(int, int, int);
H A Daltq_red.c337 } else if (drop_early((avg - rp->red_thmin_s) >> rp->red_wshift, in red_addq()
411 drop_early(int fp_len, int fp_probd, int count) in drop_early() function
H A Daltq_rio.c377 } else if (drop_early((avg - prec->th_min_s) >> rp->rio_wshift, in rio_addq()
/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h107 drop_early(struct pie_status *pst, uint32_t qlen) in drop_early() function
H A Ddn_aqm_pie.c511 && drop_early(pst, q->ni.len_bytes) == DROP) { in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c702 && drop_early(pst, q->stats.len_bytes) == DROP) { in pie_enqueue()