Searched defs:drop_func (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | codel_impl.h | 142 codel_dequeue(void *ctx, u32 *backlog, struct codel_params *params, struct codel_vars *vars, struct codel_stats *stats, codel_skb_len_t skb_len_func, codel_skb_time_t skb_time_func, codel_skb_drop_t drop_func, codel_skb_dequeue_t dequeue_func) codel_dequeue() argument
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_codel.c | 81 static void drop_func(struct sk_buff *skb, void *ctx) in drop_func() function
|
H A D | sch_fq_codel.c | 273 static void drop_func(struct sk_buff *skb, void *ctx) in drop_func() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | codel_impl.h | 146 codel_dequeue(void *ctx, u32 *backlog, struct codel_params *params, struct codel_vars *vars, struct codel_stats *stats, codel_skb_len_t skb_len_func, codel_skb_time_t skb_time_func, codel_skb_drop_t drop_func, codel_skb_dequeue_t dequeue_func) codel_dequeue() argument
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_codel.c | 81 static void drop_func(struct sk_buff *skb, void *ctx) in drop_func() function
|
H A D | sch_fq_codel.c | 273 static void drop_func(struct sk_buff *skb, void *ctx) in drop_func() function
|
Completed in 4 milliseconds