[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230807142526.35648-1-yuehaibing@huawei.com>
Date: Mon, 7 Aug 2023 22:25:26 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <pablo@...filter.org>, <kadlec@...filter.org>, <fw@...len.de>,
<yuehaibing@...wei.com>
CC: <netfilter-devel@...r.kernel.org>, <coreteam@...filter.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH net-next] netfilter: h323: Remove unused function declarations
Commit f587de0e2feb ("[NETFILTER]: nf_conntrack/nf_nat: add H.323 helper port")
declared but never implemented these.
Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
---
include/linux/netfilter/nf_conntrack_h323.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/linux/netfilter/nf_conntrack_h323.h b/include/linux/netfilter/nf_conntrack_h323.h
index 9e937f64a1ad..81286c499325 100644
--- a/include/linux/netfilter/nf_conntrack_h323.h
+++ b/include/linux/netfilter/nf_conntrack_h323.h
@@ -34,10 +34,6 @@ struct nf_ct_h323_master {
int get_h225_addr(struct nf_conn *ct, unsigned char *data,
TransportAddress *taddr, union nf_inet_addr *addr,
__be16 *port);
-void nf_conntrack_h245_expect(struct nf_conn *new,
- struct nf_conntrack_expect *this);
-void nf_conntrack_q931_expect(struct nf_conn *new,
- struct nf_conntrack_expect *this);
struct nfct_h323_nat_hooks {
int (*set_h245_addr)(struct sk_buff *skb, unsigned int protoff,
--
2.34.1
Powered by blists - more mailing lists