netfilter: h323: merge nat hook pointers into one
authorFlorian Westphal <fw@strlen.de>
Wed, 22 Jun 2022 09:00:47 +0000 (11:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 11 Jul 2022 14:25:16 +0000 (16:25 +0200)
commitd3f2d0a292c24fc624afb2b4f47f838e83775721
tree745c9f5266fa82b24b723baf9c3d96487e073d3b
parente14575fa752956b88a7faedc32b096700cbf9445
netfilter: h323: merge nat hook pointers into one

sparse complains about incorrect rcu usage.

Code uses the correct rcu access primitives, but the function pointers
lack rcu annotations.

Collapse all of them into a single structure, then annotate the pointer.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/nf_conntrack_h323.h
net/ipv4/netfilter/nf_nat_h323.c
net/netfilter/nf_conntrack_h323_main.c