Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
xt_set.h File Reference
#include <linux/types.h>
#include <linux/netfilter/ipset/ip_set.h>

Go to the source code of this file.

Data Structures

struct  xt_set_info_v0
 
struct  xt_set_info_match_v0
 
struct  xt_set_info_target_v0
 
struct  xt_set_info
 
struct  xt_set_info_match_v1
 
struct  xt_set_info_target_v1
 
struct  xt_set_info_target_v2
 

Macros

#define IPSET_SRC   0x01 /* Source match/add */
 
#define IPSET_DST   0x02 /* Destination match/add */
 
#define IPSET_MATCH_INV   0x04 /* Inverse matching */
 

Macro Definition Documentation

#define IPSET_DST   0x02 /* Destination match/add */

Definition at line 13 of file xt_set.h.

#define IPSET_MATCH_INV   0x04 /* Inverse matching */

Definition at line 14 of file xt_set.h.

#define IPSET_SRC   0x01 /* Source match/add */

Definition at line 12 of file xt_set.h.