Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq_codel.c122 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head() function
162 skb = dequeue_head(flow); in fq_codel_drop()
228 skb = dequeue_head(flow); in dequeue()
Dsch_hhf.c345 static struct sk_buff *dequeue_head(struct wdrr_bucket *bucket) in dequeue_head() function
376 struct sk_buff *skb = dequeue_head(bucket); in hhf_drop()
458 skb = dequeue_head(bucket); in hhf_dequeue()