Searched refs:test_opts (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/vsock/ |
| H A D | vsock_test_zerocopy.h | 6 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); 15 void test_stream_msgzcopy_mangle_client(const struct test_opts *opts); 16 void test_stream_msgzcopy_mangle_server(const struct test_opts *opts);
|
| H A D | vsock_test.c | 38 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset() 74 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client() 116 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server() 131 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client() 145 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server() 166 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client() 187 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server() 206 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client() 230 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server() 256 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client() [all …]
|
| H A D | vsock_test_zerocopy.c | 148 static void test_client(const struct test_opts *opts, in test_client() 223 void test_stream_msgzcopy_client(const struct test_opts *opts) in test_stream_msgzcopy_client() 231 void test_seqpacket_msgzcopy_client(const struct test_opts *opts) in test_seqpacket_msgzcopy_client() 243 static void test_server(const struct test_opts *opts, in test_server() 303 void test_stream_msgzcopy_server(const struct test_opts *opts) in test_stream_msgzcopy_server() 311 void test_seqpacket_msgzcopy_server(const struct test_opts *opts) in test_seqpacket_msgzcopy_server() 323 void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts) in test_stream_msgzcopy_empty_errq_client() 350 void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts) in test_stream_msgzcopy_empty_errq_server() 366 void test_stream_msgzcopy_mangle_client(const struct test_opts *opts) in test_stream_msgzcopy_mangle_client() 404 void test_stream_msgzcopy_mangle_server(const struct test_opts *opts) in test_stream_msgzcopy_mangle_server()
|
| H A D | vsock_uring_test.c | 58 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 D | util.h | 50 struct test_opts { struct 63 void (*run_client)(const struct test_opts *opts); argument 66 void (*run_server)(const struct test_opts *opts); 98 const struct test_opts *opts);
|
| H A D | vsock_diag_test.c | 330 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 D | util.c | 469 const struct test_opts *opts) in run_tests() 474 void (*run)(const struct test_opts *opts); in run_tests()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfunc_module_order.c | 28 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()
|