diff options
author | Florian Westphal <fw@strlen.de> | 2024-05-13 15:00:47 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-06-25 20:40:47 +0200 |
commit | d4f6f3994e133ff49e89d7e108500f45224a79e1 (patch) | |
tree | 612674b6132580b0eab83e6e935c90d53776adea /tools/perf/scripts/python/task-analyzer.py | |
parent | 0c2e0ee861de071c2e02c44dda5c44329ea8394d (diff) |
netfilter: nf_tables: avoid usage of embedded nft_ctx
nft_ctx is stored in nft_trans object, but nft_ctx is large
(48 bytes on 64-bit platforms), it should not be embedded in
the transaction structures.
Reduce its usage so we can remove it eventually.
This replaces trans->ctx.chain with the chain pointer
already available in nft_trans_chain structure.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions