Searched refs:Qdisc_ops (Results 1 – 25 of 37) sorted by relevance
12
| /linux-6.15/include/net/ |
| H A D | pkt_sched.h | 92 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 D | sch_generic.h | 24 struct Qdisc_ops; 99 const struct Qdisc_ops *ops; 287 struct Qdisc_ops { struct 288 struct Qdisc_ops *next; argument 594 extern struct Qdisc_ops noop_qdisc_ops; 595 extern struct Qdisc_ops pfifo_fast_ops; 597 extern struct Qdisc_ops mq_qdisc_ops; 598 extern struct Qdisc_ops noqueue_qdisc_ops; 600 static inline const struct Qdisc_ops * 727 const struct Qdisc_ops *ops, [all …]
|
| /linux-6.15/net/sched/ |
| H A D | sch_fifo.c | 187 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { 202 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { 217 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { 256 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt()
|
| H A D | sch_generic.c | 36 const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops; 647 struct Qdisc_ops noop_qdisc_ops __read_mostly = { 695 struct Qdisc_ops noqueue_qdisc_ops __read_mostly = { 913 struct Qdisc_ops pfifo_fast_ops __read_mostly = { 932 const struct Qdisc_ops *ops, in qdisc_alloc() 998 const struct Qdisc_ops *ops, in qdisc_create_dflt() 1030 const struct Qdisc_ops *ops = qdisc->ops; in qdisc_reset() 1064 const struct Qdisc_ops *ops = qdisc->ops; in __qdisc_destroy() 1168 const struct Qdisc_ops *ops = default_qdisc_ops; in attach_one_default_qdisc() 1407 const struct Qdisc_ops *ops = qdisc->ops; in qdisc_change_tx_queue_len()
|
| H A D | sch_blackhole.c | 28 static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = {
|
| H A D | sch_api.c | 128 static struct Qdisc_ops *qdisc_base; 132 int register_qdisc(struct Qdisc_ops *qops) in register_qdisc() 134 struct Qdisc_ops *q, **qp; in register_qdisc() 176 void unregister_qdisc(struct Qdisc_ops *qops) in unregister_qdisc() 178 struct Qdisc_ops *q, **qp; in unregister_qdisc() 204 static struct Qdisc_ops *qdisc_lookup_default(const char *name) in qdisc_lookup_default() 206 struct Qdisc_ops *q = NULL; in qdisc_lookup_default() 222 const struct Qdisc_ops *ops; in qdisc_set_default() 356 struct Qdisc_ops *q = NULL; in qdisc_lookup_ops() 1266 struct Qdisc_ops *ops; in qdisc_create() [all …]
|
| H A D | sch_ingress.c | 159 static struct Qdisc_ops ingress_qdisc_ops __read_mostly = { 334 static struct Qdisc_ops clsact_qdisc_ops __read_mostly = {
|
| H A D | sch_plug.c | 205 static struct Qdisc_ops plug_qdisc_ops __read_mostly = {
|
| H A D | sch_teql.c | 53 struct Qdisc_ops qops; 442 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()
|
| H A D | sch_codel.c | 251 static struct Qdisc_ops codel_qdisc_ops __read_mostly = {
|
| H A D | sch_mq.c | 265 struct Qdisc_ops mq_qdisc_ops __read_mostly = {
|
| H A D | sch_skbprio.c | 280 static struct Qdisc_ops skbprio_qdisc_ops __read_mostly = {
|
| H A D | sch_multiq.c | 383 static struct Qdisc_ops multiq_qdisc_ops __read_mostly = {
|
| H A D | sch_prio.c | 406 static struct Qdisc_ops prio_qdisc_ops __read_mostly = {
|
| H A D | sch_etf.c | 491 static struct Qdisc_ops etf_qdisc_ops __read_mostly = {
|
| H A D | sch_drr.c | 476 static struct Qdisc_ops drr_qdisc_ops __read_mostly = {
|
| H A D | sch_cbs.c | 535 static struct Qdisc_ops cbs_qdisc_ops __read_mostly = {
|
| H A D | sch_choke.c | 487 static struct Qdisc_ops choke_qdisc_ops __read_mostly = {
|
| H A D | sch_pie.c | 551 static struct Qdisc_ops pie_qdisc_ops __read_mostly = {
|
| H A D | sch_tbf.c | 602 static struct Qdisc_ops tbf_qdisc_ops __read_mostly = {
|
| H A D | sch_fq_pie.c | 562 static struct Qdisc_ops fq_pie_qdisc_ops __read_mostly = {
|
| H A D | sch_hhf.c | 697 static struct Qdisc_ops hhf_qdisc_ops __read_mostly = {
|
| H A D | sch_red.c | 538 static struct Qdisc_ops red_qdisc_ops __read_mostly = {
|
| H A D | sch_sfb.c | 699 static struct Qdisc_ops sfb_qdisc_ops __read_mostly = {
|
| /linux-6.15/include/trace/events/ |
| H A D | qdisc.h | 129 TP_PROTO(const struct Qdisc_ops *ops, struct net_device *dev, u32 parent),
|
12