diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-02 16:15:49 +0300 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-08-08 14:01:59 +0300 |
commit | 529f63fa11eba5fbe448fbe537b3576edd9fd277 (patch) | |
tree | 2c0868f06260373d315d4cb3dfc0a6c8bcafa4dd /include | |
parent | 29cfda963f899da403d6bc5a3abe19d2e0be0cf4 (diff) | |
download | linux-529f63fa11eba5fbe448fbe537b3576edd9fd277.tar.xz |
netfilter: helper: Remove unused function declarations
Commit b118509076b3 ("netfilter: remove nf_conntrack_helper sysctl and modparam toggles")
leave these unused declarations.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netfilter/nf_conntrack_helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/netfilter/nf_conntrack_helper.h b/include/net/netfilter/nf_conntrack_helper.h index f30b1694b690..de2f956abf34 100644 --- a/include/net/netfilter/nf_conntrack_helper.h +++ b/include/net/netfilter/nf_conntrack_helper.h @@ -136,8 +136,6 @@ static inline void *nfct_help_data(const struct nf_conn *ct) return (void *)help->data; } -void nf_conntrack_helper_pernet_init(struct net *net); - int nf_conntrack_helper_init(void); void nf_conntrack_helper_fini(void); @@ -182,5 +180,4 @@ void nf_nat_helper_unregister(struct nf_conntrack_nat_helper *nat); int nf_nat_helper_try_module_get(const char *name, u16 l3num, u8 protonum); void nf_nat_helper_put(struct nf_conntrack_helper *helper); -void nf_ct_set_auto_assign_helper_warned(struct net *net); #endif /*_NF_CONNTRACK_HELPER_H*/ |