aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_CONNMARK.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter/xt_CONNMARK.h')
-rw-r--r--include/linux/netfilter/xt_CONNMARK.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/netfilter/xt_CONNMARK.h b/include/linux/netfilter/xt_CONNMARK.h
index 7635c8ffdadb..0a8545866752 100644
--- a/include/linux/netfilter/xt_CONNMARK.h
+++ b/include/linux/netfilter/xt_CONNMARK.h
@@ -18,12 +18,6 @@ enum {
XT_CONNMARK_RESTORE
};
-struct xt_connmark_target_info {
- unsigned long mark;
- unsigned long mask;
- __u8 mode;
-};
-
struct xt_connmark_tginfo1 {
__u32 ctmark, ctmask, nfmask;
__u8 mode;