Lines Matching refs:Qdisc

46 	struct Qdisc		*q;
64 static int dsmark_graft(struct Qdisc *sch, unsigned long arg, in dsmark_graft()
65 struct Qdisc *new, struct Qdisc **old, 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()
192 static struct tcf_block *dsmark_tcf_block(struct Qdisc *sch, unsigned long cl, in dsmark_tcf_block()
202 static int dsmark_enqueue(struct sk_buff *skb, struct Qdisc *sch, in dsmark_enqueue()
288 static struct sk_buff *dsmark_dequeue(struct Qdisc *sch) in dsmark_dequeue()
331 static struct sk_buff *dsmark_peek(struct Qdisc *sch) in dsmark_peek()
340 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt, in dsmark_init()
405 static void dsmark_reset(struct Qdisc *sch) in dsmark_reset()
416 static void dsmark_destroy(struct Qdisc *sch) in dsmark_destroy()
428 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, in dsmark_dump_class()
456 static int dsmark_dump(struct Qdisc *sch, struct sk_buff *skb) in dsmark_dump()