Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq_codel.c235 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) in fq_codel_dequeue() function
291 while ((skb = fq_codel_dequeue(sch)) != NULL) in fq_codel_reset()
348 struct sk_buff *skb = fq_codel_dequeue(sch); in fq_codel_change()
599 .dequeue = fq_codel_dequeue,