Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/vsock/
Dvsock_test.c22 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
58 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
100 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
130 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
144 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
165 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
186 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
205 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
229 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
253 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
[all …]
Dutil.h16 struct test_opts { struct
28 void (*run_client)(const struct test_opts *opts); argument
31 void (*run_server)(const struct test_opts *opts);
45 const struct test_opts *opts);
Dvsock_diag_test.c328 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets()
339 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server()
377 static void test_connect_client(const struct test_opts *opts) in test_connect_client()
402 static void test_connect_server(const struct test_opts *opts) in test_connect_server()
519 struct test_opts opts = { in main()
Dutil.c296 const struct test_opts *opts) in run_tests()
301 void (*run)(const struct test_opts *opts); in run_tests()