Home
last modified time | relevance | path

Searched refs:fq_codel_drop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq_codel.c137 static unsigned int fq_codel_drop(struct Qdisc *sch, unsigned int max_packets, in fq_codel_drop() function
223 /* save this packet length as it might be dropped by fq_codel_drop() */ in fq_codel_enqueue()
225 /* fq_codel_drop() is quite expensive, as it performs a linear search in fq_codel_enqueue()
230 ret = fq_codel_drop(sch, q->drop_batch_size, to_free); in fq_codel_enqueue()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_fq_codel.c137 static unsigned int fq_codel_drop(struct Qdisc *sch, unsigned int max_packets, in fq_codel_drop() function
223 /* save this packet length as it might be dropped by fq_codel_drop() */ in fq_codel_enqueue()
225 /* fq_codel_drop() is quite expensive, as it performs a linear search in fq_codel_enqueue()
230 ret = fq_codel_drop(sch, q->drop_batch_size, to_free); in fq_codel_enqueue()

Completed in 3 milliseconds