]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: add two drop reasons for tcp_ack()
authorEric Dumazet <edumazet@google.com>
Sat, 16 Apr 2022 00:10:44 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2022 12:31:31 +0000 (13:31 +0100)
commite1cd8b1086d11c42cfa6f842be3016447dd0626b
tree85bf443d86dfce9485a99b41cb1ea5b96173d228
parent3d758ed4203882c49eb156344da01341c0dff168
tcp: add two drop reasons for tcp_ack()

Add TCP_TOO_OLD_ACK and TCP_ACK_UNSENT_DATA drop
reasons so that tcp_rcv_established() can report
them.

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