Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter_ipv4 / ipt_esp.h
blobc782a83e53e0d472fe8ce3621df17dd9244d44b8
1 #ifndef _IPT_ESP_H
2 #define _IPT_ESP_H
4 struct ipt_esp
6 u_int32_t spis[2]; /* Security Parameter Index */
7 u_int8_t invflags; /* Inverse flags */
8 };
12 /* Values for "invflags" field in struct ipt_esp. */
13 #define IPT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */
14 #define IPT_ESP_INV_MASK 0x01 /* All possible flags. */
16 #endif /*_IPT_ESP_H*/