tcp: add drop reasons to tcp_rcv_synsent_state_process()
authorEric Dumazet <edumazet@google.com>
Sat, 16 Apr 2022 00:10:47 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2022 12:31:31 +0000 (13:31 +0100)
commit659affdb5140599f25418807c3354b060d4b1b88
tree438b923abcfa89b76ec6d2b10ebb73a11a67721d
parentc337578a6592d671c5e78accc55f00cc594fe2da
tcp: add drop reasons to tcp_rcv_synsent_state_process()

Re-use existing reasons.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c