Lines Matching defs:sch
84 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, in fq_codel_classify()
143 static unsigned int fq_codel_drop(struct Qdisc *sch) in fq_codel_drop()
173 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch) in fq_codel_enqueue()
220 static struct sk_buff *dequeue(struct codel_vars *vars, struct Qdisc *sch) in dequeue()
235 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) in fq_codel_dequeue()
287 static void fq_codel_reset(struct Qdisc *sch) in fq_codel_reset()
304 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt) in fq_codel_change()
374 static void fq_codel_destroy(struct Qdisc *sch) in fq_codel_destroy()
383 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt) in fq_codel_init()
428 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) in fq_codel_dump()
457 static int fq_codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) in fq_codel_dump_stats()
479 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg) in fq_codel_leaf()
484 static unsigned long fq_codel_get(struct Qdisc *sch, u32 classid) in fq_codel_get()
489 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent, in fq_codel_bind()
501 static struct tcf_proto __rcu **fq_codel_find_tcf(struct Qdisc *sch, in fq_codel_find_tcf()
511 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class()
518 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class_stats()
560 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg) in fq_codel_walk()