From: Boris Pismenny <bor...@mellanox.com> Want to be able to use these in TLS.
Signed-off-by: Boris Pismenny <bor...@mellanox.com> --- 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..e3a44a5 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(tcpv6_prot); static struct inet6_protocol tcpv6_protocol = { .early_demux = tcp_v6_early_demux, -- 1.8.3.1