]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nf_tables: pass more specific nft_trans_chain where possible
authorFlorian Westphal <fw@strlen.de>
Mon, 13 May 2024 13:00:46 +0000 (15:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 25 Jun 2024 18:40:47 +0000 (20:40 +0200)
commit0c2e0ee861de071c2e02c44dda5c44329ea8394d
tree00d46f3922b1d93eb4a1bc2827c3e21f7b4afc89
parent8965d42bcf54d42cbc72fe34a9d0ec3f8527debd
netfilter: nf_tables: pass more specific nft_trans_chain where possible

These functions pass a pointer to the base object type, use the
more specific one.  No functional change intended.

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