diff options
author | Eric Dumazet <edumazet@google.com> | 2023-07-19 08:47:54 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-07-20 12:49:40 +0200 |
commit | b44693495af8f309b8ddec4b30833085d1c2d0c4 (patch) | |
tree | 5ef6c99b79c43851bb837d7904fed7c6a2cab2f8 /tools/lib | |
parent | Merge branch 'add-a-driver-for-the-marvell-88q2110-phy' (diff) | |
download | linux-b44693495af8f309b8ddec4b30833085d1c2d0c4.tar.xz linux-b44693495af8f309b8ddec4b30833085d1c2d0c4.zip |
tcp: add TCP_OLD_SEQUENCE drop reason
tcp_sequence() uses two conditions to decide to drop a packet,
and we currently report generic TCP_INVALID_SEQUENCE drop reason.
Duplicates are common, we need to distinguish them from
the other case.
I chose to not reuse TCP_OLD_DATA, and instead added
TCP_OLD_SEQUENCE drop reason.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20230719064754.2794106-1-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/lib')
0 files changed, 0 insertions, 0 deletions