Searched refs:rtnl_tc_lookup_ops (Results 1 – 4 of 4) sorted by relevance
122 extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
145 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register()
998 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) in rtnl_tc_lookup_ops() function1012 tc->tc_ops = rtnl_tc_lookup_ops(tc->tc_type, tc->tc_kind); in rtnl_tc_get_ops()1043 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind)) in rtnl_tc_register()
35 rtnl_tc_lookup_ops;