Home
last modified time | relevance | path

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

12

/external/libnl/include/netlink-private/route/
Dtc-api.h30 struct rtnl_tc_ops struct
119 struct rtnl_tc_ops *);
121 extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
123 extern struct rtnl_tc_ops * rtnl_tc_get_ops(struct rtnl_tc *);
124 extern int rtnl_tc_register(struct rtnl_tc_ops *);
125 extern void rtnl_tc_unregister(struct rtnl_tc_ops *);
/external/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 *);
/external/libnl/lib/route/
Dtc.c64 struct rtnl_tc_ops *ops; in rtnl_tc_msg_parse()
197 struct rtnl_tc_ops *ops; in rtnl_tc_msg_build()
736 struct rtnl_tc_ops *ops; in rtnl_tc_free_data()
755 struct rtnl_tc_ops *ops; in rtnl_tc_clone()
799 struct rtnl_tc_ops *ops; in tc_dump()
935 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) in rtnl_tc_lookup_ops()
937 struct rtnl_tc_ops *ops; in rtnl_tc_lookup_ops()
946 struct rtnl_tc_ops *rtnl_tc_get_ops(struct rtnl_tc *tc) in rtnl_tc_get_ops()
958 int rtnl_tc_register(struct rtnl_tc_ops *ops) in rtnl_tc_register()
992 void rtnl_tc_unregister(struct rtnl_tc_ops *ops) in rtnl_tc_unregister()
[all …]
Dact.c71 struct rtnl_tc_ops *ops; in rtnl_act_fill_one()
388 struct rtnl_tc_ops *ops; in rtnl_act_parse()
/external/libnl/src/lib/
Dtc.c97 static struct nl_cli_tc_module *__nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in __nl_cli_tc_lookup()
108 struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in nl_cli_tc_lookup()
142 struct rtnl_tc_ops *ops; in nl_cli_tc_register()
/external/libnl/lib/route/qdisc/
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 = {
Dhtb.c269 static struct rtnl_tc_ops htb_qdisc_ops;
270 static struct rtnl_tc_ops htb_class_ops;
610 static struct rtnl_tc_ops htb_qdisc_ops = {
619 static struct rtnl_tc_ops htb_class_ops = {
Dcbq.c168 static struct rtnl_tc_ops cbq_qdisc_ops = {
180 static struct rtnl_tc_ops cbq_class_ops = {
Dprio.c258 static struct rtnl_tc_ops prio_ops = {
270 static struct rtnl_tc_ops pfifo_fast_ops = {
Dingress.c45 static struct rtnl_tc_ops ingress_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 = {
Dfq_codel.c358 static struct rtnl_tc_ops fq_codel_ops = {
Dtbf.c438 static struct rtnl_tc_ops tbf_tc_ops = {
/external/libnl/src/
Dnl-qdisc-add.c59 struct rtnl_tc_ops *ops; in main()
Dnl-class-add.c62 struct rtnl_tc_ops *ops; in main()
Dnl-cls-add.c62 struct rtnl_tc_ops *ops; in main()
/external/libnl/lib/route/cls/
Dcgroup.c165 static struct rtnl_tc_ops cgroup_ops = {
Dfw.c195 static struct rtnl_tc_ops fw_ops = {
Dbasic.c260 static struct rtnl_tc_ops basic_ops = {
/external/libnl/lib/route/act/
Dmirred.c217 static struct rtnl_tc_ops mirred_ops = {
/external/libnl/include/netlink-private/
Dtypes.h487 struct rtnl_tc_ops * pre ##_ops; \

12