12 #ifndef NETLINK_GENL_CTRL_H_ 13 #define NETLINK_GENL_CTRL_H_ 15 #include <netlink/netlink.h> 16 #include <netlink/cache.h> 17 #include <netlink/addr.h> int genl_ctrl_alloc_cache(struct nl_sock *, struct nl_cache **)
Allocate a new controller cache.
int genl_ctrl_resolve_grp(struct nl_sock *sk, const char *family, const char *grp)
Resolve Generic Netlink family group name.
struct genl_family * genl_ctrl_search(struct nl_cache *, int)
Search controller cache for a numeric address match.
int genl_ctrl_resolve(struct nl_sock *, const char *)
Resolve Generic Netlink family name to numeric identifier.
struct genl_family * genl_ctrl_search_by_name(struct nl_cache *, const char *)
Search controller cache for a family name match.