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

/linux-master/net/sched/
H A Dsch_hhf.c329 static struct sk_buff *dequeue_head(struct wdrr_bucket *bucket) function
360 struct sk_buff *skb = dequeue_head(bucket);
444 skb = dequeue_head(bucket);
H A Dsch_fq_pie.c227 static inline struct sk_buff *dequeue_head(struct fq_pie_flow *flow) function
261 skb = dequeue_head(flow);
H A Dsch_fq_codel.c116 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) function
168 skb = dequeue_head(flow);
264 skb = dequeue_head(flow);
H A Dsch_cake.c853 static struct sk_buff *dequeue_head(struct cake_flow *flow) function
1527 skb = dequeue_head(flow);
1920 skb = dequeue_head(flow);

Completed in 155 milliseconds