OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_lookup_ops
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink-private/route/
tc-api.h
121
extern struct rtnl_tc_ops *
rtnl_tc_lookup_ops
(enum rtnl_tc_type,
/external/libnl/src/lib/
tc.c
144
if (!(ops =
rtnl_tc_lookup_ops
(tm->tm_type, tm->tm_name))) {
/external/libnl/lib/route/
tc.c
935
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 53 milliseconds