]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d758ed4203882c49eb156344da01341c0dff168
tree5f35d20410472111b4277590ac519d897e498c24
parent10f889fdf2e3a4be8931565182cab6319cf6136f
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