Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dcodel_impl.h153 codel_skb_drop_t drop_func, in codel_dequeue() argument
195 drop_func(skb, ctx); in codel_dequeue()
221 drop_func(skb, ctx); in codel_dequeue()
/openbmc/linux/net/sched/
H A Dsch_codel.c81 static void drop_func(struct sk_buff *skb, void *ctx) in drop_func() function
96 drop_func, dequeue_func); in codel_qdisc_dequeue()
H A Dsch_fq_codel.c273 static void drop_func(struct sk_buff *skb, void *ctx) in drop_func() function
305 codel_get_enqueue_time, drop_func, dequeue_func); in fq_codel_dequeue()