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 *);
int genl_register(struct nl_cache_ops *)
Register generic netlink operations.
void genl_unregister(struct nl_cache_ops *)
Unregister generic netlink operations.
struct nla_policy * c_attr_policy
Attribute validation policy (optional)
int c_id
Unique command identifier.
char * c_name
Name/description of command.
int c_maxattr
Maximum attribute identifier, must be provided if a message parser is available.
Generic Netlink Operations.
attribute validation policy