Home
last modified time | relevance | path

Searched refs:rtnl_tc_ops (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libnl/include/netlink-private/route/
Dtc-api.h30 struct rtnl_tc_ops struct
120 struct rtnl_tc_ops *, int *);
122 extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
124 extern struct rtnl_tc_ops * rtnl_tc_get_ops(struct rtnl_tc *);
125 extern int rtnl_tc_register(struct rtnl_tc_ops *);
126 extern void rtnl_tc_unregister(struct rtnl_tc_ops *);
/third_party/libnl/include/netlink/cli/
Dtc.h17 struct rtnl_tc_ops;
32 struct rtnl_tc_ops * tm_ops;
37 extern struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *);
/third_party/libnl/src/lib/
Dtc.c98 static struct nl_cli_tc_module *__nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in __nl_cli_tc_lookup()
109 struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in nl_cli_tc_lookup()
143 struct rtnl_tc_ops *ops; in nl_cli_tc_register()
/third_party/libnl/lib/route/
Dtc.c68 struct rtnl_tc_ops *ops; in rtnl_tc_msg_parse()
205 struct rtnl_tc_ops *ops; in rtnl_tc_msg_build()
797 struct rtnl_tc_ops *ops; in rtnl_tc_free_data()
816 struct rtnl_tc_ops *ops; in rtnl_tc_clone()
868 struct rtnl_tc_ops *ops; in tc_dump()
998 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) in rtnl_tc_lookup_ops()
1000 struct rtnl_tc_ops *ops; in rtnl_tc_lookup_ops()
1009 struct rtnl_tc_ops *rtnl_tc_get_ops(struct rtnl_tc *tc) in rtnl_tc_get_ops()
1021 int rtnl_tc_register(struct rtnl_tc_ops *ops) in rtnl_tc_register()
1055 void rtnl_tc_unregister(struct rtnl_tc_ops *ops) in rtnl_tc_unregister()
[all …]
Dact.c82 struct rtnl_tc_ops *ops; in rtnl_act_fill_one()
399 struct rtnl_tc_ops *ops; in rtnl_act_parse()
/third_party/libnl/lib/route/qdisc/
Dhfsc.c175 static struct rtnl_tc_ops hfsc_qdisc_ops;
176 static struct rtnl_tc_ops hfsc_class_ops;
318 static struct rtnl_tc_ops hfsc_qdisc_ops = {
327 static struct rtnl_tc_ops hfsc_class_ops = {
Dfifo.c139 static struct rtnl_tc_ops pfifo_ops = {
148 static struct rtnl_tc_ops bfifo_ops = {
Dblackhole.c22 static struct rtnl_tc_ops blackhole_ops = {
Dprio.c258 static struct rtnl_tc_ops prio_ops = {
270 static struct rtnl_tc_ops pfifo_fast_ops = {
Dcbq.c168 static struct rtnl_tc_ops cbq_qdisc_ops = {
180 static struct rtnl_tc_ops cbq_class_ops = {
Dingress.c45 static struct rtnl_tc_ops ingress_ops = {
Dhtb.c286 static struct rtnl_tc_ops htb_qdisc_ops;
287 static struct rtnl_tc_ops htb_class_ops;
715 static struct rtnl_tc_ops htb_qdisc_ops = {
724 static struct rtnl_tc_ops htb_class_ops = {
Dplug.c160 static struct rtnl_tc_ops plug_ops = {
Ddsmark.c380 static struct rtnl_tc_ops dsmark_qdisc_ops = {
392 static struct rtnl_tc_ops dsmark_class_ops = {
Dred.c167 static struct rtnl_tc_ops red_ops = {
Dsfq.c234 static struct rtnl_tc_ops sfq_ops = {
/third_party/libnl/src/
Dnl-qdisc-add.c62 struct rtnl_tc_ops *ops; in main()
Dnl-class-add.c65 struct rtnl_tc_ops *ops; in main()
Dnl-cls-add.c65 struct rtnl_tc_ops *ops; in main()
/third_party/libnl/lib/route/act/
Dgact.c158 static struct rtnl_tc_ops gact_ops = {
Dmirred.c217 static struct rtnl_tc_ops mirred_ops = {
Dskbedit.c265 static struct rtnl_tc_ops skbedit_ops = {
/third_party/libnl/lib/route/cls/
Dcgroup.c178 static struct rtnl_tc_ops cgroup_ops = {
Dfw.c195 static struct rtnl_tc_ops fw_ops = {
Dbasic.c277 static struct rtnl_tc_ops basic_ops = {

12