Searched refs:Qdisc_ops (Results 1 – 25 of 39) sorted by relevance
12
| /linux/net/sched/ |
| H A D | bpf_qdisc.c | 11 #define QDISC_OP_IDX(op) (offsetof(struct Qdisc_ops, op) / sizeof(void (*)(void))) 42 if (prog->aux->attach_st_ops_member_off == offsetof(struct Qdisc_ops, enqueue)) { in BTF_ID_LIST_SINGLE() 140 if (prog->aux->attach_st_ops_member_off != offsetof(struct Qdisc_ops, init)) in BTF_ID_LIST_SINGLE() 170 if (prog->aux->attach_st_ops_member_off != offsetof(struct Qdisc_ops, reset) && in BTF_ID_LIST_SINGLE() 171 prog->aux->attach_st_ops_member_off != offsetof(struct Qdisc_ops, destroy)) in BTF_ID_LIST_SINGLE() 365 const struct Qdisc_ops *uqdisc_ops; in bpf_qdisc_init_member() 366 struct Qdisc_ops *qdisc_ops; in bpf_qdisc_init_member() 369 uqdisc_ops = (const struct Qdisc_ops *)udata; in bpf_qdisc_init_member() 370 qdisc_ops = (struct Qdisc_ops *)kdata; in bpf_qdisc_init_member() 374 case offsetof(struct Qdisc_ops, priv_siz in bpf_qdisc_init_member() [all...] |
| 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 | 37 const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops; 698 struct Qdisc_ops noop_qdisc_ops __read_mostly = { 744 struct Qdisc_ops noqueue_qdisc_ops __read_mostly = { 964 struct Qdisc_ops pfifo_fast_ops __read_mostly = { 983 const struct Qdisc_ops *ops, in qdisc_alloc() 1042 const struct Qdisc_ops *ops, in qdisc_create_dflt() 1074 const struct Qdisc_ops *ops = qdisc->ops; in qdisc_reset() 1108 const struct Qdisc_ops *ops = qdisc->ops; in __qdisc_destroy() 1212 const struct Qdisc_ops *ops = default_qdisc_ops; in attach_one_default_qdisc() 1428 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 | 129 static struct Qdisc_ops *qdisc_base; 133 int register_qdisc(struct Qdisc_ops *qops) in register_qdisc() 135 struct Qdisc_ops *q, **qp; in register_qdisc() 177 void unregister_qdisc(struct Qdisc_ops *qops) in unregister_qdisc() 179 struct Qdisc_ops *q, **qp; in unregister_qdisc() 205 static struct Qdisc_ops *qdisc_lookup_default(const char *name) in qdisc_lookup_default() 207 struct Qdisc_ops *q = NULL; in qdisc_lookup_default() 223 const struct Qdisc_ops *ops; in qdisc_set_default() 360 static struct Qdisc_ops *qdisc_lookup_ops(struct nlattr *kind) in qdisc_lookup_ops() 362 struct Qdisc_ops *q = NULL; in qdisc_lookup_ops() [all …]
|
| H A D | sch_mq.c | 70 const struct Qdisc_ops *qdisc_ops) in mq_init_common() 304 struct Qdisc_ops mq_qdisc_ops __read_mostly = {
|
| H A D | sch_ingress.c | 160 static struct Qdisc_ops ingress_qdisc_ops __read_mostly = { 336 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; 492 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()
|
| H A D | sch_skbprio.c | 280 static struct Qdisc_ops skbprio_qdisc_ops __read_mostly = {
|
| H A D | sch_codel.c | 292 static struct Qdisc_ops codel_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_choke.c | 493 static struct Qdisc_ops choke_qdisc_ops __read_mostly = {
|
| H A D | sch_drr.c | 474 static struct Qdisc_ops drr_qdisc_ops __read_mostly = {
|
| H A D | sch_cbs.c | 549 static struct Qdisc_ops cbs_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 | 608 static struct Qdisc_ops tbf_qdisc_ops __read_mostly = {
|
| H A D | sch_red.c | 549 static struct Qdisc_ops red_qdisc_ops __read_mostly = {
|
| H A D | sch_fq_pie.c | 564 static struct Qdisc_ops fq_pie_qdisc_ops __read_mostly = {
|
| H A D | sch_hhf.c | 727 static struct Qdisc_ops hhf_qdisc_ops __read_mostly = {
|
| H A D | sch_sfb.c | 709 static struct Qdisc_ops sfb_qdisc_ops __read_mostly = {
|
| /linux/include/net/ |
| H A D | sch_generic.h | 25 struct Qdisc_ops; 97 const struct Qdisc_ops *ops; 308 struct Qdisc_ops { struct 309 struct Qdisc_ops *next; argument 633 extern struct Qdisc_ops noop_qdisc_ops; 634 extern struct Qdisc_ops pfifo_fast_ops; 636 extern struct Qdisc_ops mq_qdisc_ops; 637 extern struct Qdisc_ops noqueue_qdisc_ops; 638 extern const struct Qdisc_ops *default_qdisc_ops; 639 static inline const struct Qdisc_ops * [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_qdisc_fail__untrusted_write.c | 58 struct Qdisc_ops test = {
|
12