Lines Matching defs:sch
54 static int dsmark_graft(struct Qdisc *sch, unsigned long arg, in dsmark_graft()
80 static struct Qdisc *dsmark_leaf(struct Qdisc *sch, unsigned long arg) in dsmark_leaf()
86 static unsigned long dsmark_get(struct Qdisc *sch, u32 classid) in dsmark_get()
94 static unsigned long dsmark_bind_filter(struct Qdisc *sch, in dsmark_bind_filter()
100 static void dsmark_put(struct Qdisc *sch, unsigned long cl) in dsmark_put()
112 static int dsmark_change(struct Qdisc *sch, u32 classid, u32 parent, in dsmark_change()
151 static int dsmark_delete(struct Qdisc *sch, unsigned long arg) in dsmark_delete()
164 static void dsmark_walk(struct Qdisc *sch, struct qdisc_walker *walker) in dsmark_walk()
188 static inline struct tcf_proto **dsmark_find_tcf(struct Qdisc *sch, in dsmark_find_tcf()
197 static int dsmark_enqueue(struct sk_buff *skb, struct Qdisc *sch) in dsmark_enqueue()
275 static struct sk_buff *dsmark_dequeue(struct Qdisc *sch) in dsmark_dequeue()
317 static struct sk_buff *dsmark_peek(struct Qdisc *sch) in dsmark_peek()
326 static unsigned int dsmark_drop(struct Qdisc *sch) in dsmark_drop()
343 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt) in dsmark_init()
398 static void dsmark_reset(struct Qdisc *sch) in dsmark_reset()
407 static void dsmark_destroy(struct Qdisc *sch) in dsmark_destroy()
418 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, in dsmark_dump_class()
445 static int dsmark_dump(struct Qdisc *sch, struct sk_buff *skb) in dsmark_dump()