netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ctrl.c File Reference
Include dependency graph for ctrl.c:

Functions

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