Generic Netlink Operations. More...
#include <mngt.h>
Data Fields | |
int | o_family |
int | o_id |
char * | o_name |
struct nl_cache_ops * | o_cache_ops |
struct genl_cmd * | o_cmds |
int | o_ncmds |
struct nl_list_head | o_list |
Generic Netlink Operations.
struct nl_cache_ops* genl_ops::o_cache_ops |
Referenced by genl_register().
Referenced by genl_op2name().
int genl_ops::o_family |
Referenced by genl_op2name(), and genl_register().
int genl_ops::o_id |
struct nl_list_head genl_ops::o_list |
Referenced by genl_mngt_resolve(), genl_op2name(), genl_register(), and genl_unregister().
char* genl_ops::o_name |
Referenced by genl_register().
int genl_ops::o_ncmds |
Referenced by genl_op2name().