]> git.hungrycats.org Git - linux/commit
netfilter: make function op structures const
authorFlorian Westphal <fw@strlen.de>
Fri, 7 Jan 2022 04:03:24 +0000 (05:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Mar 2024 14:38:46 +0000 (14:38 +0000)
commitc3a84f83d9e53c23eddba5f5602c149e5ece056f
treeec725bdbc5cf13a3aa0a2d30e69ef474df2e86c9
parent2cb39bea7085dba1a8872e934dab3cf5a642448e
netfilter: make function op structures const

[ Upstream commit 285c8a7a58158cb1805c97ff03875df2ba2ea1fe ]

No functional changes, these structures should be const.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Stable-dep-of: 62e7151ae3eb ("netfilter: bridge: confirm multicast packets before passing them up the stack")
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/netfilter.h
net/netfilter/core.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_netlink.c
net/netfilter/nf_nat_core.c
net/netfilter/nfnetlink_queue.c