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

Add basic support for drop reasons in tcp_rcv_state_process()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/trace/events/skb.h
net/ipv4/tcp_input.c