diff options
| author | Florian Westphal <[email protected]> | 2022-04-25 15:15:44 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <[email protected]> | 2022-05-13 18:56:28 +0200 |
| commit | 8edc813111001e9be3cce066d3d4091d2ef04a1d (patch) | |
| tree | 178f82135ed388c543d2853de79635b1eda253ab /tools/perf/scripts/python/syscall-counts.py | |
| parent | 90d1daa45849f272b701f29d6ca88b24743c7553 (diff) | |
netfilter: prefer extension check to pointer check
The pointer check usually results in a 'false positive': its likely
that the ctnetlink module is loaded but no event monitoring is enabled.
After recent change to autodetect ctnetlink usage and only allocate
the ecache extension if a listener is active, check if the extension
is present on a given conntrack.
If its not there, there is nothing to report and calls to the
notification framework can be elided.
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions