Searched refs:run_client (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/vsock/ |
| H A D | vsock_test.c | 2225 .run_client = test_stream_connection_reset, 2229 .run_client = test_stream_bind_only_client, 2234 .run_client = test_stream_client_close_client, 2239 .run_client = test_stream_server_close_client, 2244 .run_client = test_stream_multiconn_client, 2249 .run_client = test_stream_msg_peek_client, 2254 .run_client = test_seqpacket_msg_bounds_client, 2259 .run_client = test_seqpacket_msg_trunc_client, 2264 .run_client = test_seqpacket_timeout_client, 2269 .run_client = test_seqpacket_invalid_rec_buffer_client, [all …]
|
| H A D | vsock_uring_test.c | 218 .run_client = test_stream_uring_client, 223 .run_client = test_stream_uring_msg_zc_client,
|
| H A D | util.h | 63 void (*run_client)(const struct test_opts *opts); member
|
| H A D | vsock_diag_test.c | 438 .run_client = test_connect_client,
|
| H A D | util.c | 505 run = test_cases[i].run_client; in run_tests()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tfo.c | 93 static void run_client(void) in run_client() function 169 run_client(); in main()
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | key-management.c | 887 static int run_client(const char *tst_name, unsigned int port, in run_client() function 940 return run_client(tst_name, port, nr_keys, current_index, in start_client() 1042 return run_client(tst_name, port, nr_keys, current_index, in client_non_matching()
|