Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
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()
/linux-6.1.9/net/sched/
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()
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()