Re: [PATCH net-next v2 3/6] net/tcp: Move tcp_inbound_hash() from headers

From: Eric Dumazet
Date: Wed Jun 05 2024 - 04:08:13 EST


On Wed, Jun 5, 2024 at 4:20 AM Dmitry Safonov via B4 Relay
<devnull+0x7f454c46.gmail.com@xxxxxxxxxx> wrote:
>
> From: Dmitry Safonov <0x7f454c46@xxxxxxxxx>
>
> Two reasons:
> 1. It's grown up enough
> 2. In order to not do header spaghetti by including
> <trace/events/tcp.h>, which is necessary for TCP tracepoints.
>
> Signed-off-by: Dmitry Safonov <0x7f454c46@xxxxxxxxx>

Then we probably do not need EXPORT_SYMBOL(tcp_inbound_md5_hash); anymore ?