On Mon, 25 May 2020 23:14:47 +0530 Vinay Kumar Yadav wrote:
> Extends support to IPv6 for Inline TLS server.
>
> Signed-off-by: Vinay Kumar Yadav <[email protected]>
I don't think we want to take this TOE stuff further.
Please cc TCP folks on patches like this.
> diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
> index 413b3425ac66..456cb6648c05 100644
> --- a/net/ipv6/tcp_ipv6.c
> +++ b/net/ipv6/tcp_ipv6.c
> @@ -2110,6 +2110,7 @@ struct proto tcpv6_prot = {
> #endif
> .diag_destroy = tcp_abort,
> };
> +EXPORT_SYMBOL(tcpv6_prot);
>
> /* thinking of making this const? Don't.
> * early_demux can change based on sysctl.