commit | 868043485ecb7cda503af0dfb9e2804e0260196a | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Apr 28 19:13:43 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 05 16:39:44 2016 +0200 |
tree | 52fe897e184d8e25f0f187d30e4d378cc3750f41 | |
parent | 88b68bc5237c84c6ff6f78568653780869a94a95 [diff] |
netfilter: conntrack: use nf_ct_key_equal() in more places This prepares for upcoming change that places all conntracks into a single, global table. For this to work we will need to also compare net pointer during lookup. To avoid open-coding such check use the nf_ct_key_equal helper and then later extend it to also consider net_eq. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>