netfilter: hashlimit: do not use indirect calls during gc
authorFlorian Westphal <fw@strlen.de>
Tue, 7 Jan 2020 11:25:10 +0000 (12:25 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 16 Jan 2020 14:51:52 +0000 (15:51 +0100)
commit28b3a4270c0fc064557e409111f2a678e64b6fa7
tree9c9ec43f36a7d6cfe9ac4e7ac53fe908a0912bfb
parentf698fe40829b21088d323c8b0a7c626571528fc6
netfilter: hashlimit: do not use indirect calls during gc

no need, just use a simple boolean to indicate we want to reap all
entries.

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