Home
last modified time | relevance | path

Searched refs:TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c62 #define TIMEOUT_MILLIS 10000 macro
339 client_fd = connect_to_fd(listen_fd, TIMEOUT_MILLIS); in test_tcp()
347 if (!ASSERT_OK(settimeo(accept_fd, TIMEOUT_MILLIS), "settimeo")) in test_tcp()
509 client_fd = connect_to_fd(listen_fd, TIMEOUT_MILLIS); in test_inet_dtime()