Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vsock/
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);
Dvsock_test.c31 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
67 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
109 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
139 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
153 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
174 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
195 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
214 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
238 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
264 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()
[all …]
Dvsock_test_zerocopy.c144 static void test_client(const struct test_opts *opts, in test_client()
219 void test_stream_msgzcopy_client(const struct test_opts *opts) in test_stream_msgzcopy_client()
227 void test_seqpacket_msgzcopy_client(const struct test_opts *opts) in test_seqpacket_msgzcopy_client()
239 static void test_server(const struct test_opts *opts, in test_server()
299 void test_stream_msgzcopy_server(const struct test_opts *opts) in test_stream_msgzcopy_server()
307 void test_seqpacket_msgzcopy_server(const struct test_opts *opts) in test_seqpacket_msgzcopy_server()
319 void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts) in test_stream_msgzcopy_empty_errq_client()
346 void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts) in test_stream_msgzcopy_empty_errq_server()
Dvsock_uring_test.c58 static void vsock_io_uring_client(const struct test_opts *opts, in vsock_io_uring_client()
112 static void vsock_io_uring_server(const struct test_opts *opts, in vsock_io_uring_server()
182 void test_stream_uring_server(const struct test_opts *opts) in test_stream_uring_server()
190 void test_stream_uring_client(const struct test_opts *opts) in test_stream_uring_client()
198 void test_stream_uring_msg_zc_server(const struct test_opts *opts) in test_stream_uring_msg_zc_server()
206 void test_stream_uring_msg_zc_client(const struct test_opts *opts) in test_stream_uring_msg_zc_client()
289 struct test_opts opts = { in main()
Dutil.h18 struct test_opts { struct
31 void (*run_client)(const struct test_opts *opts); argument
34 void (*run_server)(const struct test_opts *opts);
61 const struct test_opts *opts);
Dvsock_diag_test.c330 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()
526 struct test_opts opts = { in main()
Dutil.c430 const struct test_opts *opts) in run_tests()
435 void (*run)(const struct test_opts *opts); in run_tests()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dkfunc_module_order.c28 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, test_opts, .data_in = pkt_data, in test_kfunc_module_order()
47 test_run_prog(skel->progs.call_kfunc_xy, &test_opts); in test_kfunc_module_order()
48 test_run_prog(skel->progs.call_kfunc_yx, &test_opts); in test_kfunc_module_order()