Searched refs:tm_name (Results 1 – 11 of 11) sorted by relevance
/external/libnl/src/lib/ |
D | tc.c | 144 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register() 146 "\"%s\": No matching libnl TC module found.", tm->tm_name); in nl_cli_tc_register() 151 "\"%s\": Module already registered.", tm->tm_name); in nl_cli_tc_register()
|
/external/libnl/lib/cli/qdisc/ |
D | htb.c | 181 .tm_name = "htb", 188 .tm_name = "htb",
|
D | ingress.c | 52 .tm_name = "ingress",
|
D | blackhole.c | 51 .tm_name = "blackhole",
|
D | pfifo.c | 64 .tm_name = "pfifo",
|
D | bfifo.c | 70 .tm_name = "bfifo",
|
D | plug.c | 100 .tm_name = "plug",
|
D | fq_codel.c | 99 .tm_name = "fq_codel",
|
/external/libnl/include/netlink/cli/ |
D | tc.h | 30 const char * tm_name; member
|
/external/libnl/lib/cli/cls/ |
D | cgroup.c | 62 .tm_name = "cgroup",
|
D | basic.c | 80 .tm_name = "basic",
|