]> git.hungrycats.org Git - linux/commit
netfilter: nf_tables: rename function to destroy hook list
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 20 Apr 2023 22:34:30 +0000 (00:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 11:58:56 +0000 (13:58 +0200)
commitd8ed4a3f8b1b92a759a49fcde91bcfb347f0d025
treed2c7345439177ddcd190dd82ee0e5a1e7442b840
parentba43dff213ff1891dc7621ce97b29d3e5b5e5068
netfilter: nf_tables: rename function to destroy hook list

[ Upstream commit cdc32546632354305afdcf399a5431138a31c9e0 ]

Rename nft_flowtable_hooks_destroy() by nft_hooks_destroy() to prepare
for netdev chain device updates.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Stable-dep-of: 8509f62b0b07 ("netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with missing attributes")
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/netfilter/nf_tables_api.c