Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/
H A Drestore.c54 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_server_run()
168 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in test_sk_restore()
H A Dconnect-deny.c54 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_accept()
182 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_connect()
H A Dunsigned-md5.c71 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_accept()
284 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_connect()
453 timeout = fault(TIMEOUT) ? TEST_RETRANSMIT_SEC : TEST_TIMEOUT_SEC; in try_to_add()
H A Drst.c385 sleep(TEST_RETRANSMIT_SEC); in test_client_passive_rst()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h335 #ifndef TEST_RETRANSMIT_SEC
336 #define TEST_RETRANSMIT_SEC 1 macro