Searched refs:run_client (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/vsock/ |
D | vsock_test.c | 1484 .run_client = test_stream_connection_reset, 1488 .run_client = test_stream_bind_only_client, 1493 .run_client = test_stream_client_close_client, 1498 .run_client = test_stream_server_close_client, 1503 .run_client = test_stream_multiconn_client, 1508 .run_client = test_stream_msg_peek_client, 1513 .run_client = test_seqpacket_msg_bounds_client, 1518 .run_client = test_seqpacket_msg_trunc_client, 1523 .run_client = test_seqpacket_timeout_client, 1528 .run_client = test_seqpacket_invalid_rec_buffer_client, [all …]
|
D | vsock_uring_test.c | 218 .run_client = test_stream_uring_client, 223 .run_client = test_stream_uring_msg_zc_client,
|
D | util.h | 31 void (*run_client)(const struct test_opts *opts); member
|
D | vsock_diag_test.c | 438 .run_client = test_connect_client,
|
D | util.c | 466 run = test_cases[i].run_client; in run_tests()
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
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()
|