Lines Matching refs:Qdisc

45 	struct Qdisc		*q;
63 static int dsmark_graft(struct Qdisc *sch, unsigned long arg, in dsmark_graft()
64 struct Qdisc *new, struct Qdisc **old, in dsmark_graft()
83 static struct Qdisc *dsmark_leaf(struct Qdisc *sch, unsigned long arg) in dsmark_leaf()
89 static unsigned long dsmark_find(struct Qdisc *sch, u32 classid) in dsmark_find()
94 static unsigned long dsmark_bind_filter(struct Qdisc *sch, in dsmark_bind_filter()
103 static void dsmark_unbind_filter(struct Qdisc *sch, unsigned long cl) in dsmark_unbind_filter()
115 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()
189 static struct tcf_block *dsmark_tcf_block(struct Qdisc *sch, unsigned long cl, in dsmark_tcf_block()
199 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()
398 static void dsmark_reset(struct Qdisc *sch) in dsmark_reset()
408 static void dsmark_destroy(struct Qdisc *sch) in dsmark_destroy()
420 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, in dsmark_dump_class()
448 static int dsmark_dump(struct Qdisc *sch, struct sk_buff *skb) in dsmark_dump()