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

  /external/libnl/include/netlink/route/
classifier-modules.h 25 struct rtnl_cls_ops struct
66 struct rtnl_cls_ops *co_next;
69 extern int rtnl_cls_register(struct rtnl_cls_ops *);
70 extern int rtnl_cls_unregister(struct rtnl_cls_ops *);
71 extern struct rtnl_cls_ops * rtnl_cls_lookup_ops(struct rtnl_cls *);
72 extern struct rtnl_cls_ops * __rtnl_cls_lookup_ops(const char *kind);
  /external/libnl/lib/route/
cls.c 36 static struct nl_cache_ops rtnl_cls_ops; variable in typeref:struct:nl_cache_ops
41 struct rtnl_cls_ops *cops;
86 struct rtnl_cls_ops *cops;
299 if (!(cache = nl_cache_alloc(&rtnl_cls_ops)))
316 static struct nl_cache_ops rtnl_cls_ops = { variable in typeref:struct:nl_cache_ops
333 nl_cache_mngt_register(&rtnl_cls_ops);
338 nl_cache_mngt_unregister(&rtnl_cls_ops);

Completed in 93 milliseconds