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, 1212 .run_client = test_seqpacket_msg_bounds_client, 1217 .run_client = test_seqpacket_msg_trunc_client, 1222 .run_client = test_seqpacket_timeout_client, 1227 .run_client = test_seqpacket_invalid_rec_buffer_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,
|