Searched refs:test_wait_fd (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dconnect.c17 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
18 test_error("test_wait_fd()");
H A Drst.c98 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
99 test_error("test_wait_fd()");
141 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
142 test_error("test_wait_fd()");
H A Dconnect-deny.c55 err = test_wait_fd(lsk, timeout, 0);
60 test_error("test_wait_fd()");
H A Drestore.c34 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
35 test_error("test_wait_fd()");
H A Dseq-ext.c82 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
83 test_error("test_wait_fd()");
H A Dbench-lookups.c191 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
192 test_error("test_wait_fd()");
H A Dicmps-accept.c124 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
125 test_error("test_wait_fd()");
H A Dicmps-discard.c124 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
125 test_error("test_wait_fd()");
H A Dunsigned-md5.c72 err = test_wait_fd(lsk, timeout, 0);
77 test_error("test_wait_fd()");
H A Dkey-management.c806 if (test_wait_fd(lsk, TEST_TIMEOUT_SEC, 0))
807 test_error("test_wait_fd()");
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c37 int test_wait_fd(int sk, time_t sec, bool write) function
105 err = test_wait_fd(sk, timeout, 1);
511 ret = test_wait_fd(sk, timeout_sec, 0);
522 ret = test_wait_fd(sk, timeout_sec, 1);
551 ret = test_wait_fd(sk, timeout_sec, 1);
565 ret = test_wait_fd(sk, timeout_sec, 0);
H A Daolib.h240 extern int test_wait_fd(int sk, time_t sec, bool write);

Completed in 149 milliseconds