Commit 999d0863 authored by Yue Haibing's avatar Yue Haibing Committed by Jakub Kicinski

inet6: Remove unused function declaration udpv6_connect()

This is never implemented since the beginning of git history.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarKuniyuki Iwashima <kuniyu@amazon.com>
Link: https://lore.kernel.org/r/20230731140437.37056-1-yuehaibing@huawei.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ceaac91d
...@@ -33,8 +33,6 @@ void udplitev6_exit(void); ...@@ -33,8 +33,6 @@ void udplitev6_exit(void);
int tcpv6_init(void); int tcpv6_init(void);
void tcpv6_exit(void); void tcpv6_exit(void);
int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
/* this does all the common and the specific ctl work */ /* this does all the common and the specific ctl work */
void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg,
struct sk_buff *skb); struct sk_buff *skb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment