Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vsock/
H A Dvsock_test.c36 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
72 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
114 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
204 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
228 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
254 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()
281 static void test_msg_peek_server(const struct test_opts *opts, in test_msg_peek_server()
337 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
342 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
1092 static void test_stream_shutwr_client(const struct test_opts *opts) in test_stream_shutwr_client()
[all …]
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 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()
H A 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()
H A 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);
63 const struct test_opts *opts);
H A 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()
H A Dutil.c410 const struct test_opts *opts) in run_tests()
415 void (*run)(const struct test_opts *opts); in run_tests()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A 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()