Searched refs:test_opts (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dvsock_test_zerocopy.h6 void test_stream_msgzcopy_client(const struct test_opts *opts);
7 void test_stream_msgzcopy_server(const struct test_opts *opts);
9 void test_seqpacket_msgzcopy_client(const struct test_opts *opts);
10 void test_seqpacket_msgzcopy_server(const struct test_opts *opts);
12 void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts);
13 void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts);
H A Dutil.h18 struct test_opts { struct
31 void (*run_client)(const struct test_opts *opts);
34 void (*run_server)(const struct test_opts *opts);
58 const struct test_opts *opts);
H A Dvsock_test.c29 static void test_stream_connection_reset(const struct test_opts *opts)
65 static void test_stream_bind_only_client(const struct test_opts *opts)
107 static void test_stream_bind_only_server(const struct test_opts *opts)
137 static void test_stream_client_close_client(const struct test_opts *opts)
151 static void test_stream_client_close_server(const struct test_opts *opts)
172 static void test_stream_server_close_client(const struct test_opts *opts)
193 static void test_stream_server_close_server(const struct test_opts *opts)
212 static void test_stream_multiconn_client(const struct test_opts *opts)
236 static void test_stream_multiconn_server(const struct test_opts *opts)
262 static void test_msg_peek_client(const struct test_opts *opt
[all...]
H A Dvsock_test_zerocopy.c144 static void test_client(const struct test_opts *opts,
219 void test_stream_msgzcopy_client(const struct test_opts *opts)
227 void test_seqpacket_msgzcopy_client(const struct test_opts *opts)
239 static void test_server(const struct test_opts *opts,
299 void test_stream_msgzcopy_server(const struct test_opts *opts)
307 void test_seqpacket_msgzcopy_server(const struct test_opts *opts)
319 void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts)
346 void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts)
H A Dvsock_uring_test.c58 static void vsock_io_uring_client(const struct test_opts *opts,
112 static void vsock_io_uring_server(const struct test_opts *opts,
182 void test_stream_uring_server(const struct test_opts *opts)
190 void test_stream_uring_client(const struct test_opts *opts)
198 void test_stream_uring_msg_zc_server(const struct test_opts *opts)
206 void test_stream_uring_msg_zc_client(const struct test_opts *opts)
289 struct test_opts opts = {
H A Dvsock_diag_test.c330 static void test_no_sockets(const struct test_opts *opts)
339 static void test_listen_socket_server(const struct test_opts *opts)
377 static void test_connect_client(const struct test_opts *opts)
402 static void test_connect_server(const struct test_opts *opts)
526 struct test_opts opts = {
H A Dutil.c430 const struct test_opts *opts)
435 void (*run)(const struct test_opts *opts);

Completed in 165 milliseconds