Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vsock/
Dvsock_test.c1484 .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 …]
Dvsock_uring_test.c218 .run_client = test_stream_uring_client,
223 .run_client = test_stream_uring_msg_zc_client,
Dutil.h31 void (*run_client)(const struct test_opts *opts); member
Dvsock_diag_test.c438 .run_client = test_connect_client,
Dutil.c466 run = test_cases[i].run_client; in run_tests()
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dkey-management.c887 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()