
From: Yue Haibing <yuehaibing@huawei.com> mainline inclusion from mainline-v6.6-rc1 commit 999d0863ff6416dd33c904f496bf363c8afb6540 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/ICIAC2 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i... ------------------------------------------------- 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> Signed-off-by: Liu Jian <liujian56@huawei.com> --- include/net/transp_v6.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index a8f6020f1196..b7fa8e179dec 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -31,8 +31,6 @@ void udplitev6_exit(void); int tcpv6_init(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 */ void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, struct sk_buff *skb); -- 2.34.1