/external/libnl/include/netlink/cli/ |
tc.h | 31 enum rtnl_tc_type tm_type; member in struct:nl_cli_tc_module
|
/external/libnl/lib/cli/qdisc/ |
blackhole.c | 52 .tm_type = RTNL_TC_TYPE_QDISC,
|
ingress.c | 53 .tm_type = RTNL_TC_TYPE_QDISC,
|
bfifo.c | 71 .tm_type = RTNL_TC_TYPE_QDISC,
|
pfifo.c | 65 .tm_type = RTNL_TC_TYPE_QDISC,
|
plug.c | 101 .tm_type = RTNL_TC_TYPE_QDISC,
|
htb.c | 182 .tm_type = RTNL_TC_TYPE_QDISC, 189 .tm_type = RTNL_TC_TYPE_CLASS,
|
fq_codel.c | 100 .tm_type = RTNL_TC_TYPE_QDISC,
|
/external/libnl/lib/cli/cls/ |
cgroup.c | 63 .tm_type = RTNL_TC_TYPE_CLS,
|
basic.c | 81 .tm_type = RTNL_TC_TYPE_CLS,
|
/external/libnl/src/lib/ |
tc.c | 144 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) {
|