Home
last modified time | relevance | path

Searched refs:nl_cli_tc_module (Results 1 – 14 of 14) sorted by relevance

/external/libnl/include/netlink/cli/
Dtc.h28 struct nl_cli_tc_module struct
37 extern struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *); argument
38 extern void nl_cli_tc_register(struct nl_cli_tc_module *);
39 extern void nl_cli_tc_unregister(struct nl_cli_tc_module *);
/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()
99 struct nl_cli_tc_module *tm; 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()
110 struct nl_cli_tc_module *tm; in nl_cli_tc_lookup()
140 void nl_cli_tc_register(struct nl_cli_tc_module *tm) in nl_cli_tc_register()
159 void nl_cli_tc_unregister(struct nl_cli_tc_module *tm) in nl_cli_tc_unregister()
/external/libnl/lib/cli/qdisc/
Dhtb.c179 static struct nl_cli_tc_module htb_qdisc_module =
186 static struct nl_cli_tc_module htb_class_module =
Dingress.c50 static struct nl_cli_tc_module ingress_module =
Dblackhole.c49 static struct nl_cli_tc_module blackhole_module =
Dpfifo.c62 static struct nl_cli_tc_module pfifo_module =
Dbfifo.c68 static struct nl_cli_tc_module bfifo_module =
Dplug.c98 static struct nl_cli_tc_module plug_module =
Dfq_codel.c97 static struct nl_cli_tc_module fq_codel_module =
/external/libnl/lib/cli/cls/
Dcgroup.c60 static struct nl_cli_tc_module cgroup_module =
Dbasic.c78 static struct nl_cli_tc_module basic_module =
/external/libnl/src/
Dnl-qdisc-add.c58 struct nl_cli_tc_module *tm; in main()
Dnl-class-add.c61 struct nl_cli_tc_module *tm; in main()
Dnl-cls-add.c61 struct nl_cli_tc_module *tm; in main()