summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_connmark.h
diff options
context:
space:
mode:
authorlaforge <laforge>2003-08-23 22:10:11 +0000
committerlaforge <laforge>2003-08-23 22:10:11 +0000
commitdcb8f29a08f4ebc941b1b2d1575705b3b203490f (patch)
treecdc4d442fd1cbb70b528166eb6eb1ec800719027 /include/linux/netfilter_ipv4/ipt_connmark.h
parente398eac7d58f0b52ffcc155fd23f1b8cf1608c61 (diff)
add include files for soon-to-be-submitted patches (and build them unconditionally by putting thme in the extensions/Makefile)
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_connmark.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_connmark.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_connmark.h b/include/linux/netfilter_ipv4/ipt_connmark.h
new file mode 100644
index 0000000..e19742a
--- /dev/null
+++ b/include/linux/netfilter_ipv4/ipt_connmark.h
@@ -0,0 +1,9 @@
+#ifndef _IPT_CONNMARK_H
+#define _IPT_CONNMARK_H
+
+struct ipt_connmark_info {
+ unsigned long mark, mask;
+ u_int8_t invert;
+};
+
+#endif /*_IPT_CONNMARK_H*/