Searched refs:Qdisc_ops (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.3-rc2/include/net/ |
A D | pkt_sched.h | 93 extern struct Qdisc_ops pfifo_qdisc_ops; 94 extern struct Qdisc_ops bfifo_qdisc_ops; 95 extern struct Qdisc_ops pfifo_head_drop_qdisc_ops; 98 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, 102 int register_qdisc(struct Qdisc_ops *qops); 103 void unregister_qdisc(struct Qdisc_ops *qops);
|
A D | sch_generic.h | 23 struct Qdisc_ops; 98 const struct Qdisc_ops *ops; 282 struct Qdisc_ops { struct 283 struct Qdisc_ops *next; argument 581 extern struct Qdisc_ops noop_qdisc_ops; 582 extern struct Qdisc_ops pfifo_fast_ops; 583 extern struct Qdisc_ops mq_qdisc_ops; 584 extern struct Qdisc_ops noqueue_qdisc_ops; 586 static inline const struct Qdisc_ops * 686 const struct Qdisc_ops *ops, [all …]
|
/linux-6.3-rc2/net/sched/ |
A D | sch_fifo.c | 183 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, in fifo_create_dflt()
|
A D | sch_generic.c | 35 const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops; 640 struct Qdisc_ops noop_qdisc_ops __read_mostly = { 687 struct Qdisc_ops noqueue_qdisc_ops __read_mostly = { 904 struct Qdisc_ops pfifo_fast_ops __read_mostly = { 923 const struct Qdisc_ops *ops, in qdisc_alloc() 985 const struct Qdisc_ops *ops, in qdisc_create_dflt() 1017 const struct Qdisc_ops *ops = qdisc->ops; in qdisc_reset() 1051 const struct Qdisc_ops *ops = qdisc->ops; in qdisc_destroy() 1144 const struct Qdisc_ops *ops = default_qdisc_ops; in attach_one_default_qdisc() 1383 const struct Qdisc_ops *ops = qdisc->ops; in qdisc_change_tx_queue_len()
|
A D | sch_blackhole.c | 28 static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = {
|
A D | sch_ingress.c | 133 static struct Qdisc_ops ingress_qdisc_ops __read_mostly = { 268 static struct Qdisc_ops clsact_qdisc_ops __read_mostly = {
|
A D | sch_api.c | 127 static struct Qdisc_ops *qdisc_base; 131 int register_qdisc(struct Qdisc_ops *qops) in register_qdisc() 133 struct Qdisc_ops *q, **qp; in register_qdisc() 175 void unregister_qdisc(struct Qdisc_ops *qops) in unregister_qdisc() 177 struct Qdisc_ops *q, **qp; in unregister_qdisc() 203 static struct Qdisc_ops *qdisc_lookup_default(const char *name) in qdisc_lookup_default() 205 struct Qdisc_ops *q = NULL; in qdisc_lookup_default() 221 const struct Qdisc_ops *ops; in qdisc_set_default() 352 static struct Qdisc_ops *qdisc_lookup_ops(struct nlattr *kind) in qdisc_lookup_ops() 354 struct Qdisc_ops *q = NULL; in qdisc_lookup_ops() [all …]
|
A D | sch_plug.c | 205 static struct Qdisc_ops plug_qdisc_ops __read_mostly = {
|
A D | sch_teql.c | 53 struct Qdisc_ops qops; 442 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()
|
A D | sch_codel.c | 276 static struct Qdisc_ops codel_qdisc_ops __read_mostly = {
|
A D | sch_mq.c | 265 struct Qdisc_ops mq_qdisc_ops __read_mostly = {
|
A D | sch_skbprio.c | 281 static struct Qdisc_ops skbprio_qdisc_ops __read_mostly = {
|
A D | sch_multiq.c | 383 static struct Qdisc_ops multiq_qdisc_ops __read_mostly = {
|
A D | sch_prio.c | 406 static struct Qdisc_ops prio_qdisc_ops __read_mostly = {
|
A D | sch_etf.c | 491 static struct Qdisc_ops etf_qdisc_ops __read_mostly = {
|
A D | sch_choke.c | 486 static struct Qdisc_ops choke_qdisc_ops __read_mostly = {
|
A D | sch_pie.c | 542 static struct Qdisc_ops pie_qdisc_ops __read_mostly = {
|
A D | sch_cbs.c | 535 static struct Qdisc_ops cbs_qdisc_ops __read_mostly = {
|
A D | sch_drr.c | 471 static struct Qdisc_ops drr_qdisc_ops __read_mostly = {
|
A D | sch_fq_pie.c | 533 static struct Qdisc_ops fq_pie_qdisc_ops __read_mostly = {
|
A D | sch_red.c | 533 static struct Qdisc_ops red_qdisc_ops __read_mostly = {
|
A D | sch_tbf.c | 595 static struct Qdisc_ops tbf_qdisc_ops __read_mostly = {
|
A D | sch_hhf.c | 690 static struct Qdisc_ops hhf_qdisc_ops __read_mostly = {
|
A D | sch_mqprio.c | 610 static struct Qdisc_ops mqprio_qdisc_ops __read_mostly = {
|
/linux-6.3-rc2/include/trace/events/ |
A D | qdisc.h | 129 TP_PROTO(const struct Qdisc_ops *ops, struct net_device *dev, u32 parent),
|
Completed in 42 milliseconds
12