Searched refs:rtnl_tc_lookup_ops (Results 1 – 3 of 3) sorted by relevance
121 extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
144 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register()
935 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) in rtnl_tc_lookup_ops() function949 tc->tc_ops = rtnl_tc_lookup_ops(tc->tc_type, tc->tc_kind); in rtnl_tc_get_ops()980 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind)) in rtnl_tc_register()