aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TEE.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter/xt_TEE.h')
-rw-r--r--include/linux/netfilter/xt_TEE.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/netfilter/xt_TEE.h b/include/linux/netfilter/xt_TEE.h
deleted file mode 100644
index 5c21d5c829af..000000000000
--- a/include/linux/netfilter/xt_TEE.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _XT_TEE_TARGET_H
-#define _XT_TEE_TARGET_H
-
-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 */