Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq.c299 static struct sk_buff *fq_dequeue_head(struct Qdisc *sch, struct fq_flow *flow) in fq_dequeue_head() function
437 skb = fq_dequeue_head(sch, &q->internal); in fq_dequeue()
470 skb = fq_dequeue_head(sch, f); in fq_dequeue()
527 while ((skb = fq_dequeue_head(sch, &q->internal)) != NULL) in fq_reset()
539 while ((skb = fq_dequeue_head(sch, f)) != NULL) in fq_reset()