Lines Matching defs:sch
64 static int dsmark_graft(struct Qdisc *sch, unsigned long arg, in dsmark_graft()
84 static struct Qdisc *dsmark_leaf(struct Qdisc *sch, unsigned long arg) in dsmark_leaf()
90 static unsigned long dsmark_find(struct Qdisc *sch, u32 classid) in dsmark_find()
95 static unsigned long dsmark_bind_filter(struct Qdisc *sch, in dsmark_bind_filter()
104 static void dsmark_unbind_filter(struct Qdisc *sch, unsigned long cl) in dsmark_unbind_filter()
116 static int dsmark_change(struct Qdisc *sch, u32 classid, u32 parent, in dsmark_change()
153 static int dsmark_delete(struct Qdisc *sch, unsigned long arg, in dsmark_delete()
167 static void dsmark_walk(struct Qdisc *sch, struct qdisc_walker *walker) in dsmark_walk()
188 static struct tcf_block *dsmark_tcf_block(struct Qdisc *sch, unsigned long cl, in dsmark_tcf_block()
198 static int dsmark_enqueue(struct sk_buff *skb, struct Qdisc *sch, in dsmark_enqueue()
284 static struct sk_buff *dsmark_dequeue(struct Qdisc *sch) in dsmark_dequeue()
327 static struct sk_buff *dsmark_peek(struct Qdisc *sch) in dsmark_peek()
336 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt, in dsmark_init()
401 static void dsmark_reset(struct Qdisc *sch) in dsmark_reset()
410 static void dsmark_destroy(struct Qdisc *sch) in dsmark_destroy()
422 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, in dsmark_dump_class()
450 static int dsmark_dump(struct Qdisc *sch, struct sk_buff *skb) in dsmark_dump()