Home
last modified time | relevance | path

Searched refs:run_client (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/vsock/
H A Dvsock_test.c1183 .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 Dutil.h28 void (*run_client)(const struct test_opts *opts); member
H A Dutil.c354 run = test_cases[i].run_client; in run_tests()
H A Dvsock_diag_test.c436 .run_client = test_connect_client,