12 #ifndef NETLINK_CLASS_MODULES_H_
13 #define NETLINK_CLASS_MODULES_H_
15 #include <netlink/netlink.h>
35 int (*
co_dump[NL_DUMP_MAX+1])(
struct rtnl_cls *,
40 struct nl_msg *(*co_get_opts)(
struct rtnl_cls *);
55 int (*
co_clone)(
struct rtnl_cls *,
struct rtnl_cls *);
66 extern struct rtnl_cls_ops * __rtnl_cls_lookup_ops(
const char *kind);