summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TEE.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-06-07 10:59:03 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-06-07 11:54:17 +0200
commit491c1660fced08e2d1a08c101c63af04250275d0 (patch)
treeac6b76695e3cb7452faac8598e6b3ecd76c237b8 /include/linux/netfilter/xt_TEE.h
parentfdc19bea817086425c1ad2ad6a2b732eb610fb76 (diff)
includes: sync header files from Linux 2.6.35-rc1
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter/xt_TEE.h')
-rw-r--r--include/linux/netfilter/xt_TEE.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_TEE.h b/include/linux/netfilter/xt_TEE.h
index 55d4a501..5c21d5c8 100644
--- a/include/linux/netfilter/xt_TEE.h
+++ b/include/linux/netfilter/xt_TEE.h
@@ -4,6 +4,9 @@
struct xt_tee_tginfo {
union nf_inet_addr gw;
char oif[16];
+
+ /* used internally by the kernel */
+ struct xt_tee_priv *priv __attribute__((aligned(8)));
};
#endif /* _XT_TEE_TARGET_H */