Lines Matching defs:sch
77 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, in fq_codel_classify()
136 static unsigned int fq_codel_drop(struct Qdisc *sch) in fq_codel_drop()
166 static unsigned int fq_codel_qdisc_drop(struct Qdisc *sch) in fq_codel_qdisc_drop()
175 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch) in fq_codel_enqueue()
223 static struct sk_buff *dequeue(struct codel_vars *vars, struct Qdisc *sch) in dequeue()
238 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) in fq_codel_dequeue()
294 static void fq_codel_reset(struct Qdisc *sch) in fq_codel_reset()
328 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt) in fq_codel_change()
406 static void fq_codel_destroy(struct Qdisc *sch) in fq_codel_destroy()
415 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt) in fq_codel_init()
460 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) in fq_codel_dump()
494 static int fq_codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) in fq_codel_dump_stats()
517 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg) in fq_codel_leaf()
522 static unsigned long fq_codel_get(struct Qdisc *sch, u32 classid) in fq_codel_get()
527 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent, in fq_codel_bind()
539 static struct tcf_proto __rcu **fq_codel_find_tcf(struct Qdisc *sch, in fq_codel_find_tcf()
549 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class()
556 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class_stats()
598 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg) in fq_codel_walk()