Lines Matching refs:Qdisc
76 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, in fq_codel_classify()
137 static unsigned int fq_codel_drop(struct Qdisc *sch, unsigned int max_packets, in fq_codel_drop()
184 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch, in fq_codel_enqueue()
257 struct Qdisc *sch = ctx; in dequeue_func()
275 struct Qdisc *sch = ctx; in drop_func()
281 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) in fq_codel_dequeue()
335 static void fq_codel_reset(struct Qdisc *sch) in fq_codel_reset()
369 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt, in fq_codel_change()
455 static void fq_codel_destroy(struct Qdisc *sch) in fq_codel_destroy()
464 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt, in fq_codel_init()
527 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) in fq_codel_dump()
570 static int fq_codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) in fq_codel_dump_stats()
597 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg) in fq_codel_leaf()
602 static unsigned long fq_codel_find(struct Qdisc *sch, u32 classid) in fq_codel_find()
607 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent, in fq_codel_bind()
613 static void fq_codel_unbind(struct Qdisc *q, unsigned long cl) in fq_codel_unbind()
617 static struct tcf_block *fq_codel_tcf_block(struct Qdisc *sch, unsigned long cl, in fq_codel_tcf_block()
627 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class()
634 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class_stats()
681 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg) in fq_codel_walk()