commit | 242922a027176cd260c5adce4ba6bbfa3a05190c | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Jul 03 20:44:01 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jul 11 11:46:22 2016 +0200 |
tree | a08105a2e0e42d5fd885cbc5e55bc9b6c86c1aea | |
parent | 8786a9716d028083f56f944996883f7d1a05919e [diff] |
netfilter: conntrack: simplify early_drop We don't need to acquire the bucket lock during early drop, we can use lockless traveral just like ____nf_conntrack_find. The timer deletion serves as synchronization point, if another cpu attempts to evict same entry, only one will succeed with timer deletion. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>