commit | 4b506af9c5b8de0da34097d50d9448dfb33d70c3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Apr 15 17:10:44 2022 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 13:31:31 2022 +0100 |
tree | 85bf443d86dfce9485a99b41cb1ea5b96173d228 | |
parent | 669da7a71890b2b2a31a7e9571c0fdf1123e26ef [diff] |
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>