Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_hhf.c329 static struct sk_buff *dequeue_head(struct wdrr_bucket *bucket) in dequeue_head() function
360 struct sk_buff *skb = dequeue_head(bucket); in hhf_drop()
444 skb = dequeue_head(bucket); in hhf_dequeue()
Dsch_fq_codel.c116 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head() function
168 skb = dequeue_head(flow); in fq_codel_drop()
264 skb = dequeue_head(flow); in dequeue_func()
Dsch_fq_pie.c219 static inline struct sk_buff *dequeue_head(struct fq_pie_flow *flow) in dequeue_head() function
253 skb = dequeue_head(flow); in fq_pie_qdisc_dequeue()
Dsch_cake.c852 static struct sk_buff *dequeue_head(struct cake_flow *flow) in dequeue_head() function
1526 skb = dequeue_head(flow); in cake_drop()
1919 skb = dequeue_head(flow); in cake_dequeue_one()