tcp: add dropreasons in tcp_rcv_state_process()
authorJason Xing <kernelxing@tencent.com>
Mon, 26 Feb 2024 03:22:25 +0000 (11:22 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Feb 2024 10:39:22 +0000 (10:39 +0000)
commit7d6ed9afde8547723f6f96f81f984cc6c48eef52
tree27360512d6d2c4d36e8a06df129144bb691f1c9d
parente615e3a24ed6f1a501f9b5426ec0b476fded4d22
tcp: add dropreasons in tcp_rcv_state_process()

In this patch, I equipped this function with more dropreasons, but
it still doesn't work yet, which I will do later.

Signed-off-by: Jason Xing <kernelxing@tencent.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c