summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_timestamp.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-04-20 09:54:22 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-04-26 09:30:22 +0200
commit54044b1f0204da158a6a395bd02b63bb02ffff98 (patch)
tree253f70f735091ea2e9490f1c93e58d6e05fc0ed3 /net/netfilter/nf_conntrack_timestamp.c
parent495dcb56d09ddb63afe30e799af41876c3f061cc (diff)
netfilter: conntrack: remove prealloc support
It was used by the nat extension, but since commit 7c9664351980 ("netfilter: move nat hlist_head to nf_conn") its only needed for connections that use MASQUERADE target or a nat helper. Also it seems a lot easier to preallocate a fixed size instead. With default settings, conntrack first adds ecache extension (sysctl defaults to 1), so we get 40(ct extension header) + 24 (ecache) == 64 byte on x86_64 for initial allocation. Followup patches can constify the extension structs and avoid the initial zeroing of the entire extension area. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nf_conntrack_timestamp.c')
0 files changed, 0 insertions, 0 deletions