selftests: net: add passive TFO test binary
authorDavid Wei <dw@davidwei.uk>
Tue, 17 Jun 2025 21:21:00 +0000 (14:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 01:30:51 +0000 (18:30 -0700)
commitc65b5bb2329e36340eba76f05752f8f1eb15bee0
treeacb16b6be875f8fa4ae18ab368a3b37c970d3e65
parent3168276591210d147ed9e6dc267f8a04007593c7
selftests: net: add passive TFO test binary

Add a simple passive TFO server and client test binary. This will be
used to test the SO_INCOMING_NAPI_ID of passive TFO accepted sockets.

Signed-off-by: David Wei <dw@davidwei.uk>
Link: https://patch.msgid.link/20250617212102.175711-3-dw@davidwei.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/.gitignore
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/tfo.c [new file with mode: 0644]