diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-11-03 10:56:39 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-11-03 11:52:59 +0100 |
commit | 26dfab7216291cee94d6012d06c255fcc15cd72a (patch) | |
tree | d22fdcd3cce7d329887f6c3fd49a965d57a239e4 /net/openvswitch | |
parent | 01886bd91f1ba418ce669dfe97a06ca9504e482a (diff) | |
download | linux-26dfab7216291cee94d6012d06c255fcc15cd72a.tar.gz |
netfilter: merge nf_iterate() into nf_hook_slow()
nf_iterate() has become rather simple, we can integrate this code into
nf_hook_slow() to reduce the amount of LOC in the core path.
However, we still need nf_iterate() around for nf_queue packet handling,
so move this function there where we only need it. I think it should be
possible to refactor nf_queue code to get rid of it definitely, but
given this is slow path anyway, let's have a look this later.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions