Lines Matching refs:tc
13 * @ingroup tc
19 #include <netlink-private/tc.h>
21 #include <netlink-private/route/tc-api.h>
30 static void class_dump_details(struct rtnl_tc *tc, struct nl_dump_params *p)
32 struct rtnl_class *class = (struct rtnl_class *) tc;
78 struct rtnl_tc *tc;
80 tc = TC_CAST(nl_object_alloc(&class_obj_ops));
81 if (tc)
82 tc->tc_type = RTNL_TC_TYPE_CLASS;
84 return (struct rtnl_class *) tc;