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

Data Structures

struct  nl_msgtype
 Message type to cache action association. More...
 
struct  nl_af_group
 Address family to netlink group association. More...
 
struct  nl_parser_param
 
struct  nl_cache_ops
 Cache Operations. More...
 

Macros

#define NL_ACT_MAX   (__NL_ACT_MAX - 1)
 
#define END_OF_MSGTYPES_LIST   { -1, -1, NULL }
 
#define END_OF_GROUP_LIST   AF_UNSPEC, 0
 

Enumerations

enum  {
  NL_ACT_UNSPEC,
  NL_ACT_NEW,
  NL_ACT_DEL,
  NL_ACT_GET,
  NL_ACT_SET,
  NL_ACT_CHANGE,
  __NL_ACT_MAX
}