summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TCPMSS.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-02-07 15:09:46 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2007-02-08 12:39:16 -0800
commitcdd289a2f833b93e65b9a09a02c37f47a58140a8 (patch)
treeed5172808cdd5b24605205732aca724a0fb9910d /include/linux/netfilter/xt_TCPMSS.h
parenta8d0f9526ff8510d6fa5e708ef5386af19503299 (diff)
downloadop-kernel-dev-cdd289a2f833b93e65b9a09a02c37f47a58140a8.zip
op-kernel-dev-cdd289a2f833b93e65b9a09a02c37f47a58140a8.tar.gz
[NETFILTER]: add IPv6-capable TCPMSS target
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter/xt_TCPMSS.h')
-rw-r--r--include/linux/netfilter/xt_TCPMSS.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_TCPMSS.h b/include/linux/netfilter/xt_TCPMSS.h
new file mode 100644
index 0000000..53a292c
--- /dev/null
+++ b/include/linux/netfilter/xt_TCPMSS.h
@@ -0,0 +1,10 @@
+#ifndef _XT_TCPMSS_H
+#define _XT_TCPMSS_H
+
+struct xt_tcpmss_info {
+ u_int16_t mss;
+};
+
+#define XT_TCPMSS_CLAMP_PMTU 0xffff
+
+#endif /* _XT_TCPMSS_H */
OpenPOWER on IntegriCloud