]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfilter: nf_tables: reduce trans->ctx.table references
authorFlorian Westphal <fw@strlen.de>
Mon, 13 May 2024 13:00:44 +0000 (15:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 25 Jun 2024 18:40:46 +0000 (20:40 +0200)
commit06fcaca2ed1f7a1d02b18364fceac4525332f178
tree3c2dc45701e1ead2202d5bbbf5af5d1e313cac24
parentb3f4c216f7af37fa60e50d2ebb3ec9dd0f93886c
netfilter: nf_tables: reduce trans->ctx.table references

nft_ctx is huge, it should not be stored in nft_trans at all,
most information is not needed.

Preparation patch to remove trans->ctx, no change in behaviour intended.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c