]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nf_tables: reduce trans->ctx.chain references
authorFlorian Westphal <fw@strlen.de>
Mon, 13 May 2024 13:00:49 +0000 (15:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 25 Jun 2024 18:40:47 +0000 (20:40 +0200)
commit551b3886401c3b25fd7a3d5ae31fb8ae29423cc4
tree1c7b40521f9ee58f25e006f13c1b1d8c10df5fdc
parent13f20bc9ec4f9f25935bf52337d3d1708787bd55
netfilter: nf_tables: reduce trans->ctx.chain references

These objects are the trans_chain subtype, so use the helper instead
of referencing trans->ctx, which will be removed soon.

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