Generic Netlink Command. More...
#include <mngt.h>
Data Fields | |
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. | |
int(* | c_msg_parser )(struct nl_cache_ops *, struct genl_cmd *, struct genl_info *, void *) |
struct nla_policy * | c_attr_policy |
Attribute validation policy (optional). |
Generic Netlink Command.