Searched refs:Qdisc_ops (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/net/sched/
H A Dsch_blackhole.c28 static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = {
H A Dsch_fifo.c183 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = {
198 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = {
213 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = {
252 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
H A Dsch_generic.c36 const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops;
642 struct Qdisc_ops noop_qdisc_ops __read_mostly = {
689 struct Qdisc_ops noqueue_qdisc_ops __read_mostly = {
907 struct Qdisc_ops pfifo_fast_ops __read_mostly = {
926 const struct Qdisc_ops *ops,
989 const struct Qdisc_ops *ops,
1021 const struct Qdisc_ops *ops = qdisc->ops;
1055 const struct Qdisc_ops *ops = qdisc->ops;
1158 const struct Qdisc_ops *ops = default_qdisc_ops;
1397 const struct Qdisc_ops *op
[all...]
H A Dsch_plug.c205 static struct Qdisc_ops plug_qdisc_ops __read_mostly = {
H A Dsch_ingress.c159 static struct Qdisc_ops ingress_qdisc_ops __read_mostly = {
334 static struct Qdisc_ops clsact_qdisc_ops __read_mostly = {
H A Dsch_teql.c53 struct Qdisc_ops qops;
442 struct Qdisc_ops *ops = &master->qops;
H A Dsch_api.c127 static struct Qdisc_ops *qdisc_base;
131 int register_qdisc(struct Qdisc_ops *qops)
133 struct Qdisc_ops *q, **qp;
175 void unregister_qdisc(struct Qdisc_ops *qops)
177 struct Qdisc_ops *q, **qp;
203 static struct Qdisc_ops *qdisc_lookup_default(const char *name)
205 struct Qdisc_ops *q = NULL;
221 const struct Qdisc_ops *ops;
353 static struct Qdisc_ops *qdisc_lookup_ops(struct nlattr *kind)
355 struct Qdisc_ops *
[all...]
H A Dsch_skbprio.c281 static struct Qdisc_ops skbprio_qdisc_ops __read_mostly = {
H A Dsch_mq.c265 struct Qdisc_ops mq_qdisc_ops __read_mostly = {
H A Dsch_codel.c246 static struct Qdisc_ops codel_qdisc_ops __read_mostly = {
H A Dsch_choke.c486 static struct Qdisc_ops choke_qdisc_ops __read_mostly = {
H A Dsch_etf.c491 static struct Qdisc_ops etf_qdisc_ops __read_mostly = {
H A Dsch_prio.c406 static struct Qdisc_ops prio_qdisc_ops __read_mostly = {
H A Dsch_multiq.c383 static struct Qdisc_ops multiq_qdisc_ops __read_mostly = {
H A Dsch_hhf.c690 static struct Qdisc_ops hhf_qdisc_ops __read_mostly = {
H A Dsch_drr.c472 static struct Qdisc_ops drr_qdisc_ops __read_mostly = {
H A Dsch_cbs.c535 static struct Qdisc_ops cbs_qdisc_ops __read_mostly = {
H A Dsch_tbf.c596 static struct Qdisc_ops tbf_qdisc_ops __read_mostly = {
H A Dsch_red.c536 static struct Qdisc_ops red_qdisc_ops __read_mostly = {
H A Dsch_sfb.c697 static struct Qdisc_ops sfb_qdisc_ops __read_mostly = {
H A Dsch_pie.c545 static struct Qdisc_ops pie_qdisc_ops __read_mostly = {
H A Dsch_fq_pie.c553 static struct Qdisc_ops fq_pie_qdisc_ops __read_mostly = {
/linux-master/include/net/
H A Dpkt_sched.h92 extern struct Qdisc_ops pfifo_qdisc_ops;
93 extern struct Qdisc_ops bfifo_qdisc_ops;
94 extern struct Qdisc_ops pfifo_head_drop_qdisc_ops;
97 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
101 int register_qdisc(struct Qdisc_ops *qops);
102 void unregister_qdisc(struct Qdisc_ops *qops);
H A Dsch_generic.h24 struct Qdisc_ops;
99 const struct Qdisc_ops *ops;
286 struct Qdisc_ops { struct
287 struct Qdisc_ops *next;
590 extern struct Qdisc_ops noop_qdisc_ops;
591 extern struct Qdisc_ops pfifo_fast_ops;
593 extern struct Qdisc_ops mq_qdisc_ops;
594 extern struct Qdisc_ops noqueue_qdisc_ops;
595 extern const struct Qdisc_ops *default_qdisc_ops;
596 static inline const struct Qdisc_ops *
[all...]
/linux-master/include/trace/events/
H A Dqdisc.h129 TP_PROTO(const struct Qdisc_ops *ops, struct net_device *dev, u32 parent),

Completed in 330 milliseconds

12