diff options
author | Florian Westphal <fw@strlen.de> | 2018-09-12 15:19:10 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-09-20 18:02:42 +0200 |
commit | 0150ffbac78318549bf4818ddee3481d87100928 (patch) | |
tree | 99435093499e13fa60cdef49b4044c6642b88828 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 83d213fd9d1a56108584cd812333462caa39a747 (diff) |
netfilter: conntrack: avoid using ->error callback if possible
The error() handler gets called before allocating or looking up a
connection tracking entry.
We can instead use direct calls from the ->packet() handlers which get
invoked for every packet anyway.
Only exceptions are icmp and icmpv6, these two special cases will be
handled in the next patch.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions