• Home
  • Raw
  • Download

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()
367 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt, in fq_codel_change()
448 static void fq_codel_destroy(struct Qdisc *sch) in fq_codel_destroy()
457 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt, in fq_codel_init()
520 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) in fq_codel_dump()
558 static int fq_codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) in fq_codel_dump_stats()
585 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg) in fq_codel_leaf()
590 static unsigned long fq_codel_find(struct Qdisc *sch, u32 classid) in fq_codel_find()
595 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent, in fq_codel_bind()
601 static void fq_codel_unbind(struct Qdisc *q, unsigned long cl) in fq_codel_unbind()
605 static struct tcf_block *fq_codel_tcf_block(struct Qdisc *sch, unsigned long cl, in fq_codel_tcf_block()
615 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class()
622 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class_stats()
669 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg) in fq_codel_walk()