Lines Matching refs:tc
13 * @ingroup tc
19 #include <netlink-private/tc.h>
22 #include <netlink-private/route/tc-api.h>
66 struct rtnl_tc *tc;
68 tc = TC_CAST(nl_object_alloc(&cls_obj_ops));
69 if (tc)
70 tc->tc_type = RTNL_TC_TYPE_CLS;
72 return (struct rtnl_cls *) tc;
349 static void cls_dump_line(struct rtnl_tc *tc, struct nl_dump_params *p)
351 struct rtnl_cls *cls = (struct rtnl_cls *) tc;