Home
last modified time | relevance | path

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

/external/libnl/include/netlink-private/route/
Dtc-api.h122 extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
/external/libnl/src/lib/
Dtc.c145 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register()
/external/libnl/lib/route/
Dtc.c998 struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind) in rtnl_tc_lookup_ops() function
1012 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()
/external/libnl/
Dlibnl-route-3.sym35 rtnl_tc_lookup_ops;