Lines Matching refs:Qdisc

44 	struct Qdisc		*sch;
48 struct Qdisc *qdisc;
61 static int red_enqueue(struct sk_buff *skb, struct Qdisc *sch, in red_enqueue()
65 struct Qdisc *child = q->qdisc; in red_enqueue()
116 static struct sk_buff *red_dequeue(struct Qdisc *sch) in red_dequeue()
120 struct Qdisc *child = q->qdisc; in red_dequeue()
134 static struct sk_buff *red_peek(struct Qdisc *sch) in red_peek()
137 struct Qdisc *child = q->qdisc; in red_peek()
142 static void red_reset(struct Qdisc *sch) in red_reset()
152 static int red_offload(struct Qdisc *sch, bool enable) in red_offload()
178 static void red_destroy(struct Qdisc *sch) in red_destroy()
193 static int red_change(struct Qdisc *sch, struct nlattr *opt, in red_change()
199 struct Qdisc *child = NULL; in red_change()
262 struct Qdisc *sch = q->sch; in red_adaptative_timer()
271 static int red_init(struct Qdisc *sch, struct nlattr *opt, in red_init()
282 static int red_dump_offload_stats(struct Qdisc *sch, struct tc_red_qopt *opt) in red_dump_offload_stats()
312 static int red_dump(struct Qdisc *sch, struct sk_buff *skb) in red_dump()
344 static int red_dump_stats(struct Qdisc *sch, struct gnet_dump *d) in red_dump_stats()
370 static int red_dump_class(struct Qdisc *sch, unsigned long cl, in red_dump_class()
380 static int red_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in red_graft()
381 struct Qdisc **old, struct netlink_ext_ack *extack) in red_graft()
392 static struct Qdisc *red_leaf(struct Qdisc *sch, unsigned long arg) in red_leaf()
398 static unsigned long red_find(struct Qdisc *sch, u32 classid) in red_find()
403 static void red_walk(struct Qdisc *sch, struct qdisc_walker *walker) in red_walk()