Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_red.h116 extern int drop_early(int, int, int);
H A Daltq_red.c338 } else if (drop_early((avg - rp->red_thmin_s) >> rp->red_wshift, in red_addq()
412 drop_early(int fp_len, int fp_probd, int count) in drop_early() function
H A Daltq_rio.c378 } else if (drop_early((avg - prec->th_min_s) >> rp->rio_wshift, in rio_addq()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.h109 drop_early(struct pie_status *pst, uint32_t qlen) in drop_early() function
H A Ddn_aqm_pie.c509 && drop_early(pst, q->ni.len_bytes) == DROP) { in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c700 && drop_early(pst, q->stats.len_bytes) == DROP) { in pie_enqueue()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c1277 stats->q_errors[idx] = rx_stats.drop_early + in mrvl_stats_get()