summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter/xt_connmark.h (renamed from include/linux/netfilter_ipv4/ipt_connmark.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_connmark.h b/include/linux/netfilter/xt_connmark.h
index 4657327..c592f6a 100644
--- a/include/linux/netfilter_ipv4/ipt_connmark.h
+++ b/include/linux/netfilter/xt_connmark.h
@@ -1,5 +1,5 @@
-#ifndef _IPT_CONNMARK_H
-#define _IPT_CONNMARK_H
+#ifndef _XT_CONNMARK_H
+#define _XT_CONNMARK_H
/* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
* by Henrik Nordstrom <hno@marasystems.com>
@@ -10,9 +10,9 @@
* (at your option) any later version.
*/
-struct ipt_connmark_info {
+struct xt_connmark_info {
unsigned long mark, mask;
u_int8_t invert;
};
-#endif /*_IPT_CONNMARK_H*/
+#endif /*_XT_CONNMARK_H*/