Home
last modified time | relevance | path

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

/net/sched/
Dsch_fq_codel.c142 static unsigned int fq_codel_drop(struct Qdisc *sch, unsigned int max_packets, in fq_codel_drop() argument
177 } while (++i < max_packets && len < threshold); in fq_codel_drop()