Searched refs:rtnl_tc_get_ops (Results 1 – 7 of 7) sorted by relevance
175 ops = rtnl_tc_get_ops(tc); in rtnl_tc_msg_parse()229 ops = rtnl_tc_get_ops(tc); in rtnl_tc_msg_build()804 ops = rtnl_tc_get_ops(tc); in rtnl_tc_free_data()849 ops = rtnl_tc_get_ops(src); in rtnl_tc_clone()875 ops = rtnl_tc_get_ops(tc); in tc_dump()1009 struct rtnl_tc_ops *rtnl_tc_get_ops(struct rtnl_tc *tc) in rtnl_tc_get_ops() function1088 if (!rtnl_tc_get_ops(tc)) in rtnl_tc_data()
93 ops = rtnl_tc_get_ops(tc); in rtnl_act_fill_one()444 ops = rtnl_tc_get_ops(tc); in rtnl_act_parse()
124 extern struct rtnl_tc_ops * rtnl_tc_get_ops(struct rtnl_tc *);
132 if (!(ops = rtnl_tc_get_ops(tc))) in main()
141 if (!(ops = rtnl_tc_get_ops(tc))) in main()
149 if (!(ops = rtnl_tc_get_ops(tc))) in main()
34 rtnl_tc_get_ops;