12 #ifndef NETLINK_GENL_MNGT_H_
13 #define NETLINK_GENL_MNGT_H_
15 #include <netlink/netlink.h>
16 #include <netlink/attr.h>
17 #include <netlink/list.h>
45 struct genl_info *,
void *);
struct nla_policy * c_attr_policy
Attribute validation policy (optional)
int genl_register(struct nl_cache_ops *ops)
Register generic netlink operations.
attribute validation policy
char * c_name
Name/description of command.
int c_id
Unique command identifier.
void genl_unregister(struct nl_cache_ops *ops)
Unregister generic netlink operations.
Generic Netlink Operations.
int c_maxattr
Maximum attribute identifier, must be provided if a message parser is available.