Lines Matching defs:sch
30 multiq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) in multiq_classify()
60 multiq_enqueue(struct sk_buff *skb, struct Qdisc *sch, in multiq_enqueue()
87 static struct sk_buff *multiq_dequeue(struct Qdisc *sch) in multiq_dequeue()
118 static struct sk_buff *multiq_peek(struct Qdisc *sch) in multiq_peek()
148 multiq_reset(struct Qdisc *sch) in multiq_reset()
160 multiq_destroy(struct Qdisc *sch) in multiq_destroy()
172 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt, in multiq_tune()
236 static int multiq_init(struct Qdisc *sch, struct nlattr *opt, in multiq_init()
262 static int multiq_dump(struct Qdisc *sch, struct sk_buff *skb) in multiq_dump()
281 static int multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in multiq_graft()
295 multiq_leaf(struct Qdisc *sch, unsigned long arg) in multiq_leaf()
303 static unsigned long multiq_find(struct Qdisc *sch, u32 classid) in multiq_find()
313 static unsigned long multiq_bind(struct Qdisc *sch, unsigned long parent, in multiq_bind()
324 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, in multiq_dump_class()
334 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in multiq_dump_class_stats()
349 static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg) in multiq_walk()
370 static struct tcf_block *multiq_tcf_block(struct Qdisc *sch, unsigned long cl, in multiq_tcf_block()