OSDN Git Service

netfilter: conntrack: remove helper hook again
authorFlorian Westphal <fw@strlen.de>
Wed, 9 Jan 2019 16:19:34 +0000 (17:19 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 18 Jan 2019 14:02:33 +0000 (15:02 +0100)
commit827318feb69cb07ed58bb9b9dd6c2eaa81a116ad
treeae11b54aa95f1423f1ea87422665771f5d6da981
parent10870dd89e956d911d1a39474c0bf4a18c72cffc
netfilter: conntrack: remove helper hook again

place them into the confirm one.

Old:
 hook (300): ipv4/6_help() first call helper, then seqadj.
 hook (INT_MAX): confirm

Now:
 hook (INT_MAX): confirm, first call helper, then seqadj, then confirm

Not having the extra call is noticeable in bechmarks.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_proto.c