Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_hhf.c417 static struct sk_buff *hhf_dequeue(struct Qdisc *sch) in hhf_dequeue() function
466 while ((skb = hhf_dequeue(sch)) != NULL) in hhf_reset()
564 struct sk_buff *skb = hhf_dequeue(sch); in hhf_change()
696 .dequeue = hhf_dequeue,