Lines Matching defs:sch
58 static int red_enqueue(struct sk_buff *skb, struct Qdisc* sch) in red_enqueue()
111 static struct sk_buff * red_dequeue(struct Qdisc* sch) in red_dequeue()
126 static struct sk_buff * red_peek(struct Qdisc* sch) in red_peek()
134 static unsigned int red_drop(struct Qdisc* sch) in red_drop()
153 static void red_reset(struct Qdisc* sch) in red_reset()
162 static void red_destroy(struct Qdisc *sch) in red_destroy()
173 static int red_change(struct Qdisc *sch, struct nlattr *opt) in red_change()
220 static int red_init(struct Qdisc* sch, struct nlattr *opt) in red_init()
228 static int red_dump(struct Qdisc *sch, struct sk_buff *skb) in red_dump()
253 static int red_dump_stats(struct Qdisc *sch, struct gnet_dump *d) in red_dump_stats()
266 static int red_dump_class(struct Qdisc *sch, unsigned long cl, in red_dump_class()
278 static int red_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in red_graft()
295 static struct Qdisc *red_leaf(struct Qdisc *sch, unsigned long arg) in red_leaf()
301 static unsigned long red_get(struct Qdisc *sch, u32 classid) in red_get()
306 static void red_put(struct Qdisc *sch, unsigned long arg) in red_put()
311 static int red_change_class(struct Qdisc *sch, u32 classid, u32 parentid, in red_change_class()
317 static int red_delete(struct Qdisc *sch, unsigned long cl) in red_delete()
322 static void red_walk(struct Qdisc *sch, struct qdisc_walker *walker) in red_walk()
334 static struct tcf_proto **red_find_tcf(struct Qdisc *sch, unsigned long cl) in red_find_tcf()