Home
last modified time | relevance | path

Searched refs:rtnl_tc_lookup_ops (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink-private/route/
Dtc-api.h121 extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
/external/libnl/src/lib/
Dtc.c144 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register()
/external/libnl/lib/route/
Dtc.c935 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) in rtnl_tc_lookup_ops() function
949 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()