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

Go to the source code of this file.

Data Structures

struct  nf_nat_ipv4_range
 
struct  nf_nat_ipv4_multi_range_compat
 
struct  nf_nat_range
 

Macros

#define NF_NAT_RANGE_MAP_IPS   1
 
#define NF_NAT_RANGE_PROTO_SPECIFIED   2
 
#define NF_NAT_RANGE_PROTO_RANDOM   4
 
#define NF_NAT_RANGE_PERSISTENT   8
 

Macro Definition Documentation

#define NF_NAT_RANGE_MAP_IPS   1

Definition at line 7 of file nf_nat.h.

#define NF_NAT_RANGE_PERSISTENT   8

Definition at line 10 of file nf_nat.h.

#define NF_NAT_RANGE_PROTO_RANDOM   4

Definition at line 9 of file nf_nat.h.

#define NF_NAT_RANGE_PROTO_SPECIFIED   2

Definition at line 8 of file nf_nat.h.