]> 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)
commit4f718c5ce01c05e734ac1c47e9093bf014f10bf3
tree5f35d20410472111b4277590ac519d897e498c24
parent6c93b3e5d087c44e3fbc4e0f0a1b14e978a7bd83
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