Generic Netlink Command. More...
#include <mngt.h>
Data Fields | |
int | c_id |
Unique command identifier. More... | |
char * | c_name |
Name/description of command. More... | |
int | c_maxattr |
Maximum attribute identifier, must be provided if a message parser is available. More... | |
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) More... | |
Generic Netlink Command.
struct nla_policy* genl_cmd::c_attr_policy |
Attribute validation policy (optional)
int genl_cmd::c_id |
Unique command identifier.
Referenced by genl_op2name().
int genl_cmd::c_maxattr |
Maximum attribute identifier, must be provided if a message parser is available.
char* genl_cmd::c_name |
Name/description of command.
Referenced by genl_op2name().