netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ctrl.h File Reference
#include <netlink/netlink.h>
#include <netlink/cache.h>
#include <netlink/addr.h>
Include dependency graph for ctrl.h:
This graph shows which files directly or indirectly include this file:

Functions

int genl_ctrl_alloc_cache (struct nl_sock *, struct nl_cache **)
 
struct genl_familygenl_ctrl_search (struct nl_cache *, int)
 Look up generic netlink family by id in the provided cache. More...
 
struct genl_familygenl_ctrl_search_by_name (struct nl_cache *, const char *)
 Look up generic netlink family by family name in the provided cache. More...
 
int genl_ctrl_resolve (struct nl_sock *, const char *)
 Resolve generic netlink family name to its identifier. More...