net/tcp: Remove tcp_hash_fail()
authorDmitry Safonov <0x7f454c46@gmail.com>
Thu, 6 Jun 2024 23:25:59 +0000 (00:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2024 05:39:04 +0000 (06:39 +0100)
commit78b1b27db91c7a94297a8b6a665fe7e86dfc5750
treea250faf69a8758d7e0e0d26f01c00b0f8dba37ad
parent96be3dcd013df6aa79acf32e739c0a35b89a4f50
net/tcp: Remove tcp_hash_fail()

Now there are tracepoints, that cover all functionality of
tcp_hash_fail(), but also wire up missing places
They are also faster, can be disabled and provide filtering.

This potentially may create a regression if a userspace depends on dmesg
logs. Fingers crossed, let's see if anyone complains in reality.

Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp_ao.h
net/ipv4/tcp.c
net/ipv4/tcp_ao.c