Re: [PATCH 2/3] net: Export tcpv6_prot

2017-08-11 Thread David Miller
From: Ilya Lesokhin Date: Thu, 10 Aug 2017 13:33:15 +0300 > From: Boris Pismenny > > 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

[PATCH 2/3] net: Export tcpv6_prot

2017-08-10 Thread Ilya Lesokhin
From: Boris Pismenny 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..e3a44a5 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -19