aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2010-01-20 10:39:14 +0100
committerPatrick McHardy <kaber@trash.net>2010-01-20 10:39:14 +0100
commitb38f6eddeee510ce8178c2d2db54ed25f1d7cb63 (patch)
tree91c13185ff8444cb4a3b88fd90890f164b34d11a /net/ipv6/netfilter/nf_conntrack_reasm.c
parentnetfilter: nfnetlink_queue: simplify warning message (diff)
downloadlinux-dev-b38f6eddeee510ce8178c2d2db54ed25f1d7cb63.tar.xz
linux-dev-b38f6eddeee510ce8178c2d2db54ed25f1d7cb63.zip
netfilter: nf_conntrack_ipv6: delete the redundant macro definitions
The following three macro definitions are never used, so delete them. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv6/netfilter/nf_conntrack_reasm.c')
-rw-r--r--net/ipv6/netfilter/nf_conntrack_reasm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 312c20adc83f..1030ce1e6c79 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -45,9 +45,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
-#define NF_CT_FRAG6_HIGH_THRESH 262144 /* == 256*1024 */
-#define NF_CT_FRAG6_LOW_THRESH 196608 /* == 192*1024 */
-#define NF_CT_FRAG6_TIMEOUT IPV6_FRAG_TIMEOUT
struct nf_ct_frag6_skb_cb
{