Searched refs:pie_drop_early (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/sched/ |
D | sch_pie.c | 33 bool pie_drop_early(struct Qdisc *sch, struct pie_params *params, in pie_drop_early() function 83 EXPORT_SYMBOL_GPL(pie_drop_early); 96 if (!pie_drop_early(sch, &q->params, &q->vars, sch->qstats.backlog, in pie_qdisc_enqueue()
|
D | sch_fq_pie.c | 162 if (!pie_drop_early(sch, &q->p_params, &sel_flow->vars, in fq_pie_qdisc_enqueue()
|
/linux-6.1.9/include/net/ |
D | pie.h | 126 bool pie_drop_early(struct Qdisc *sch, struct pie_params *params,
|