Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b38f6edd authored by Shan Wei's avatar Shan Wei Committed by Patrick McHardy
Browse files

netfilter: nf_conntrack_ipv6: delete the redundant macro definitions



The following three macro definitions are never used, so delete them.

Signed-off-by: default avatarShan Wei <shanwei@cn.fujitsu.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent a5d896ad
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
{