Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq_codel.c115 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head() function
155 skb = dequeue_head(flow); in fq_codel_drop()
231 skb = dequeue_head(flow); in dequeue()
305 struct sk_buff *skb = dequeue_head(flow); in fq_codel_reset()
Dsch_hhf.c328 static struct sk_buff *dequeue_head(struct wdrr_bucket *bucket) in dequeue_head() function
359 struct sk_buff *skb = dequeue_head(bucket); in hhf_drop()
452 skb = dequeue_head(bucket); in hhf_dequeue()