Searched defs:rtnl_cls_ops (Results 1 - 2 of 2) sorted by relevance

/external/libnl/include/netlink/route/
H A Dclassifier-modules.h25 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/
H A Dcls.c36 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 75 milliseconds