netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] netfilter: helper: Remove unused function declarations
@ 2023-08-02 13:15 Yue Haibing
  2023-08-02 17:24 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-02 13:15 UTC (permalink / raw)
  To: pablo, kadlec, fw, davem, edumazet, kuba, pabeni, lucien.xin,
	yuehaibing
  Cc: netfilter-devel, coreteam, netdev

Commit b118509076b3 ("netfilter: remove nf_conntrack_helper sysctl and modparam toggles")
leave these unused declarations.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/net/netfilter/nf_conntrack_helper.h | 3 ---
 1 file changed, 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*/
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] netfilter: helper: Remove unused function declarations
  2023-08-02 13:15 [PATCH net-next] netfilter: helper: Remove unused function declarations Yue Haibing
@ 2023-08-02 17:24 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-08-02 17:24 UTC (permalink / raw)
  To: Yue Haibing
  Cc: pablo, kadlec, fw, davem, edumazet, kuba, pabeni, lucien.xin,
	netfilter-devel, coreteam, netdev

On Wed, Aug 02, 2023 at 09:15:49PM +0800, Yue Haibing wrote:
> 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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-02 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02 13:15 [PATCH net-next] netfilter: helper: Remove unused function declarations Yue Haibing
2023-08-02 17:24 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).