Searched defs:rtnl_tc_lookup_ops (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/route/
H A Dtc.c935 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) function
949 tc->tc_ops = rtnl_tc_lookup_ops(tc->tc_type, tc->tc_kind);
980 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind))

Completed in 173 milliseconds