HomeSort by relevance Sort by last modified time
    Searched refs:nl_cli_tc_module (Results 1 - 14 of 14) sorted by null

  /external/libnl/include/netlink/cli/
tc.h 28 struct nl_cli_tc_module struct
37 extern struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *);
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/
tc.c 97 static struct nl_cli_tc_module *__nl_cli_tc_lookup(struct rtnl_tc_ops *ops)
99 struct nl_cli_tc_module *tm;
108 struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *ops)
110 struct nl_cli_tc_module *tm;
140 void nl_cli_tc_register(struct nl_cli_tc_module *tm)
159 void nl_cli_tc_unregister(struct nl_cli_tc_module *tm)
  /external/libnl/lib/cli/qdisc/
blackhole.c 49 static struct nl_cli_tc_module blackhole_module =
ingress.c 50 static struct nl_cli_tc_module ingress_module =
bfifo.c 68 static struct nl_cli_tc_module bfifo_module =
pfifo.c 62 static struct nl_cli_tc_module pfifo_module =
plug.c 98 static struct nl_cli_tc_module plug_module =
htb.c 179 static struct nl_cli_tc_module htb_qdisc_module =
186 static struct nl_cli_tc_module htb_class_module =
fq_codel.c 97 static struct nl_cli_tc_module fq_codel_module =
  /external/libnl/lib/cli/cls/
cgroup.c 60 static struct nl_cli_tc_module cgroup_module =
basic.c 78 static struct nl_cli_tc_module basic_module =
  /external/libnl/src/
nl-qdisc-add.c 58 struct nl_cli_tc_module *tm;
nl-class-add.c 61 struct nl_cli_tc_module *tm;
nl-cls-add.c 61 struct nl_cli_tc_module *tm;

Completed in 1068 milliseconds