Home
last modified time | relevance | path

Searched refs:rtnl_ematch_lookup_ops_by_name (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink/route/cls/
Dematch.h50 extern struct rtnl_ematch_ops * rtnl_ematch_lookup_ops_by_name(const char *);
/external/libnl/lib/route/cls/
Dematch.c84 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops_by_name(const char *name) in rtnl_ematch_lookup_ops_by_name() function
209 if (!(ops = rtnl_ematch_lookup_ops_by_name(name))) in rtnl_ematch_set_name()