Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
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()
443 skb = dequeue_head(bucket); in hhf_dequeue()
Dsch_fq_codel.c122 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head() function
174 skb = dequeue_head(flow); in fq_codel_drop()
270 skb = dequeue_head(flow); in dequeue_func()
Dsch_cake.c809 static struct sk_buff *dequeue_head(struct cake_flow *flow) in dequeue_head() function
1479 skb = dequeue_head(flow); in cake_drop()
1836 skb = dequeue_head(flow); in cake_dequeue_one()