Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dfq_impl.h47 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue() function
296 while ((skb = fq_flow_dequeue(fq, flow))) in fq_flow_reset()
/openbmc/linux/net/mac80211/
H A Dtx.c1382 return fq_flow_dequeue(fq, flow); in codel_dequeue_func()