initial commit with v2.6.32.60
[linux-2.6.32.60-moxart.git] / include / linux / netfilter / xt_esp.h
blobef6fa4747d0a0c75e41714d80f108b96e36467bd
1 #ifndef _XT_ESP_H
2 #define _XT_ESP_H
4 #include <linux/types.h>
6 struct xt_esp
8 __u32 spis[2]; /* Security Parameter Index */
9 __u8 invflags; /* Inverse flags */
12 /* Values for "invflags" field in struct xt_esp. */
13 #define XT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */
14 #define XT_ESP_INV_MASK 0x01 /* All possible flags. */
16 #endif /*_XT_ESP_H*/