Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

inet6: Remove unused function declaration udpv6_connect()

This is never implemented since the beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://lore.kernel.org/r/20230731140437.37056-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Yue Haibing and committed by
Jakub Kicinski
999d0863 ceaac91d

-2
-2
include/net/transp_v6.h
··· 33 33 int tcpv6_init(void); 34 34 void tcpv6_exit(void); 35 35 36 - int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len); 37 - 38 36 /* this does all the common and the specific ctl work */ 39 37 void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, 40 38 struct sk_buff *skb);