aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-12 19:02:27 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 13:09:45 +0200
commit4725c7287ef2c4340cb433f59e40d143c1f43c22 (patch)
treec33cd1a5bfac3e01cd964df0fef9289744e8e811 /include/linux/netfilter
parentnetfilter: xtables: remove xt_iprange v0 (diff)
downloadlinux-dev-4725c7287ef2c4340cb433f59e40d143c1f43c22.tar.xz
linux-dev-4725c7287ef2c4340cb433f59e40d143c1f43c22.zip
netfilter: xtables: remove xt_mark v0
Superseded by xt_mark v1 (v2.6.24-2922-g17b0d7e). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter')
-rw-r--r--include/linux/netfilter/xt_mark.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netfilter/xt_mark.h b/include/linux/netfilter/xt_mark.h
index 6fa460a3cc29..6607c8f38ea5 100644
--- a/include/linux/netfilter/xt_mark.h
+++ b/include/linux/netfilter/xt_mark.h
@@ -3,11 +3,6 @@
#include <linux/types.h>
-struct xt_mark_info {
- unsigned long mark, mask;
- __u8 invert;
-};
-
struct xt_mark_mtinfo1 {
__u32 mark, mask;
__u8 invert;