netfilter: conntrack: timeouts can be const
authorFlorian Westphal <fw@strlen.de>
Sun, 12 Nov 2017 19:42:01 +0000 (20:42 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 8 Jan 2018 17:01:02 +0000 (18:01 +0100)
commit2c9e8637ea15cf7f060b48f73b79e5055ffa93ad
treef08d3e4ea6a20d0cc1364457d2bfb86e5dce0db8
parente8542dcec002b31339f7771441fd5dffb42223ae
netfilter: conntrack: timeouts can be const

Nowadays this is just the default template that is used when setting up
the net namespace, so nothing writes to these locations.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_conntrack_proto_icmp.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
net/netfilter/nf_conntrack_proto_generic.c
net/netfilter/nf_conntrack_proto_gre.c
net/netfilter/nf_conntrack_proto_sctp.c
net/netfilter/nf_conntrack_proto_tcp.c
net/netfilter/nf_conntrack_proto_udp.c