aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_ah.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-09 09:48:59 +0100
committerDavid Howells <dhowells@redhat.com>2012-10-09 09:48:59 +0100
commit17c075923da59c217155d0758ee0715641ebc152 (patch)
tree25c7c5c9a38e4be68ea7d3d8859bb55474199143 /include/linux/netfilter_ipv4/ipt_ah.h
parentUAPI: (Scripted) Disintegrate include/linux/netfilter_bridge (diff)
downloadlinux-dev-17c075923da59c217155d0758ee0715641ebc152.tar.xz
linux-dev-17c075923da59c217155d0758ee0715641ebc152.zip
UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_ah.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_ah.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_ah.h b/include/linux/netfilter_ipv4/ipt_ah.h
deleted file mode 100644
index 4e02bb0119e3..000000000000
--- a/include/linux/netfilter_ipv4/ipt_ah.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _IPT_AH_H
-#define _IPT_AH_H
-
-#include <linux/types.h>
-
-struct ipt_ah {
- __u32 spis[2]; /* Security Parameter Index */
- __u8 invflags; /* Inverse flags */
-};
-
-
-
-/* Values for "invflags" field in struct ipt_ah. */
-#define IPT_AH_INV_SPI 0x01 /* Invert the sense of spi. */
-#define IPT_AH_INV_MASK 0x01 /* All possible flags. */
-
-#endif /*_IPT_AH_H*/