[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170525.132653.192869313240485609.davem@davemloft.net>
Date: Thu, 25 May 2017 13:26:53 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: davejwatson@...com
Cc: ilyal@...lanox.com, aviadye@...lanox.com, borisp@...lanox.com,
liranl@...lanox.com, matanb@...lanox.com, netdev@...r.kernel.org,
tom@...bertland.com, herbert@...dor.apana.org.au,
linux-crypto@...r.kernel.org, hannes@...essinduktion.org,
alexei.starovoitov@...il.com, nmav@...lts.org,
fridolin.pokorny@...il.com
Subject: Re: [PATCH net-next 2/4] tcp: export do_tcp_sendpages and
tcp_rate_check_app_limited functions
From: Dave Watson <davejwatson@...com>
Date: Wed, 24 May 2017 09:26:57 -0700
> Export do_tcp_sendpages and tcp_rate_check_app_limited, since tls will need to
> sendpages while the socket is already locked.
>
> tcp_sendpage is exported, but requires the socket lock to not be held already.
>
> Signed-off-by: Aviad Yehezkel <aviadye@...lanox.com>
> Signed-off-by: Ilya Lesokhin <ilyal@...lanox.com>
> Signed-off-by: Boris Pismenny <borisp@...lanox.com>
> Signed-off-by: Dave Watson <davejwatson@...com>
...
> +EXPORT_SYMBOL(do_tcp_sendpages);
...
> +EXPORT_SYMBOL(tcp_rate_check_app_limited);
These need to both be EXPORT_SYMBOL_GPL().
Powered by blists - more mailing lists