From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Lesokhin Subject: [PATCH v2 net-next 2/3] net: Export tcpv6_prot Date: Tue, 15 Aug 2017 14:08:39 +0300 Message-ID: <1502795320-22538-3-git-send-email-ilyal@mellanox.com> References: <1502795320-22538-1-git-send-email-ilyal@mellanox.com> Cc: davejwatson@fb.com, aviadye@mellanox.com, Ilya Lesokhin , Boris Pismenny To: netdev@vger.kernel.org, davem@davemloft.net Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:35052 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751344AbdHOLJY (ORCPT ); Tue, 15 Aug 2017 07:09:24 -0400 In-Reply-To: <1502795320-22538-1-git-send-email-ilyal@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Want to be able to use these in TLS. Signed-off-by: Boris Pismenny --- net/ipv6/tcp_ipv6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 2521690..ef8d5b4 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -1944,6 +1944,7 @@ struct proto tcpv6_prot = { #endif .diag_destroy = tcp_abort, }; +EXPORT_SYMBOL_GPL(tcpv6_prot); static struct inet6_protocol tcpv6_protocol = { .early_demux = tcp_v6_early_demux, -- 1.8.3.1