Searched refs:run_client (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 1183 .run_client = test_stream_connection_reset, 1187 .run_client = test_stream_bind_only_client, 1192 .run_client = test_stream_client_close_client, 1197 .run_client = test_stream_server_close_client, 1202 .run_client = test_stream_multiconn_client, 1207 .run_client = test_stream_msg_peek_client, 1222 .run_client = test_seqpacket_timeout_client, 1237 .run_client = test_seqpacket_bigmsg_client, 1242 .run_client = test_stream_inv_buf_client, 1247 .run_client = test_seqpacket_inv_buf_client, [all …]
|
H A D | util.h | 28 void (*run_client)(const struct test_opts *opts); member
|
H A D | util.c | 354 run = test_cases[i].run_client; in run_tests()
|
H A D | vsock_diag_test.c | 436 .run_client = test_connect_client,
|