Lines Matching defs:sch
41 multiq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) in multiq_classify()
68 multiq_enqueue(struct sk_buff *skb, struct Qdisc *sch) in multiq_enqueue()
94 static struct sk_buff *multiq_dequeue(struct Qdisc *sch) in multiq_dequeue()
125 static struct sk_buff *multiq_peek(struct Qdisc *sch) in multiq_peek()
154 static unsigned int multiq_drop(struct Qdisc *sch) in multiq_drop()
176 multiq_reset(struct Qdisc *sch) in multiq_reset()
188 multiq_destroy(struct Qdisc *sch) in multiq_destroy()
200 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt) in multiq_tune()
252 static int multiq_init(struct Qdisc *sch, struct nlattr *opt) in multiq_init()
278 static int multiq_dump(struct Qdisc *sch, struct sk_buff *skb) in multiq_dump()
296 static int multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in multiq_graft()
316 multiq_leaf(struct Qdisc *sch, unsigned long arg) in multiq_leaf()
324 static unsigned long multiq_get(struct Qdisc *sch, u32 classid) in multiq_get()
334 static unsigned long multiq_bind(struct Qdisc *sch, unsigned long parent, in multiq_bind()
345 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, in multiq_dump_class()
355 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in multiq_dump_class_stats()
370 static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg) in multiq_walk()
391 static struct tcf_proto **multiq_find_tcf(struct Qdisc *sch, unsigned long cl) in multiq_find_tcf()