Home
last modified time | relevance | path

Searched refs:nl_cli_tc_lookup (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/cli/
Dtc.h37 extern struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *);
/external/libnl/src/
Dnl-qdisc-add.c132 if (!(tm = nl_cli_tc_lookup(ops))) in main()
Dnl-class-add.c141 if (!(tm = nl_cli_tc_lookup(ops))) in main()
Dnl-cls-add.c149 if (!(tm = nl_cli_tc_lookup(ops))) in main()
/external/libnl/src/lib/
Dtc.c108 struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in nl_cli_tc_lookup() function