]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/net: Fetch and check TCP-MD5 counters
authorDmitry Safonov <0x7f454c46@gmail.com>
Wed, 19 Mar 2025 03:13:36 +0000 (03:13 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 13:10:30 +0000 (06:10 -0700)
commit5a0a3193f6c41381f545adda4725004f64142d41
tree70af05fffca635865475691bbfffc4d887a2cab0
parent1fe4221093d1b97b6972231b3db660c035ba156b
selftests/net: Fetch and check TCP-MD5 counters

There are related TCP-MD5 <=> TCP and TCP-MD5 <=> TCP-AO tests
that can benefit from checking the related counters, not only from
validating operations timeouts.

It also prepares the code for introduction of mixed select()+poll mode,
see the follow-up patches.

Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Link: https://patch.msgid.link/20250319-tcp-ao-selftests-polling-v2-3-da48040153d1@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/tcp_ao/connect-deny.c
tools/testing/selftests/net/tcp_ao/connect.c
tools/testing/selftests/net/tcp_ao/icmps-discard.c
tools/testing/selftests/net/tcp_ao/key-management.c
tools/testing/selftests/net/tcp_ao/lib/aolib.h
tools/testing/selftests/net/tcp_ao/lib/sock.c
tools/testing/selftests/net/tcp_ao/restore.c
tools/testing/selftests/net/tcp_ao/rst.c
tools/testing/selftests/net/tcp_ao/self-connect.c
tools/testing/selftests/net/tcp_ao/seq-ext.c
tools/testing/selftests/net/tcp_ao/unsigned-md5.c