Home | History | Annotate | Download | only in qdisc

Lines Matching refs:tc

22 #include <netlink-private/tc.h>
25 #include <netlink-private/route/tc-api.h>
52 static int netem_msg_parser(struct rtnl_tc *tc, void *data)
58 if (tc->tc_opts->d_size < sizeof(*opts))
61 opts = (struct tc_netem_qopt *) tc->tc_opts->d_data;
73 len = tc->tc_opts->d_size - sizeof(*opts);
79 (tc->tc_opts->d_data + sizeof(*opts)),
129 static void netem_free_data(struct rtnl_tc *tc, void *data)
139 static void netem_dump_line(struct rtnl_tc *tc, void *data,
148 static int netem_msg_fill_raw(struct rtnl_tc *tc, void *data,
843 char *test_path[] = { "", "./", "/usr/lib/tc/", "/usr/local/lib/tc/" };