HomeSort by relevance Sort by last modified time
    Searched defs:rtnl_class_ops (Results 1 - 2 of 2) sorted by null

  /external/libnl/include/netlink/route/
class-modules.h 25 struct rtnl_class_ops struct
61 struct rtnl_class_ops *co_next;
64 extern int rtnl_class_register(struct rtnl_class_ops *);
65 extern int rtnl_class_unregister(struct rtnl_class_ops *);
66 extern struct rtnl_class_ops * rtnl_class_lookup_ops(struct rtnl_class *);
67 extern struct rtnl_class_ops * __rtnl_class_lookup_ops(const char *);
  /external/libnl/lib/route/
class.c 28 static struct nl_cache_ops rtnl_class_ops; variable in typeref:struct:nl_cache_ops
35 struct rtnl_class_ops *cops;
81 struct rtnl_class_ops *cops;
238 cache = nl_cache_alloc(&rtnl_class_ops);
265 if (cache->c_ops != &rtnl_class_ops)
279 static struct nl_cache_ops rtnl_class_ops = { variable in typeref:struct:nl_cache_ops
296 nl_cache_mngt_register(&rtnl_class_ops);
301 nl_cache_mngt_unregister(&rtnl_class_ops);

Completed in 107 milliseconds