Home
last modified time | relevance | path

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

/linux/tools/testing/vsock/
H A Dvsock_test.c2435 .run_client = test_stream_connection_reset,
2439 .run_client = test_stream_bind_only_client,
2444 .run_client = test_stream_client_close_client,
2449 .run_client = test_stream_server_close_client,
2454 .run_client = test_stream_multiconn_client,
2459 .run_client = test_stream_msg_peek_client,
2464 .run_client = test_seqpacket_msg_bounds_client,
2469 .run_client = test_seqpacket_msg_trunc_client,
2474 .run_client = test_seqpacket_timeout_client,
2479 .run_client = test_seqpacket_invalid_rec_buffer_client,
[all …]
H A Dvsock_uring_test.c218 .run_client = test_stream_uring_client,
223 .run_client = test_stream_uring_msg_zc_client,
H A Dutil.h63 void (*run_client)(const struct test_opts *opts); member
H A Dvsock_diag_test.c438 .run_client = test_connect_client,
H A Dutil.c524 run = test_cases[i].run_client; in run_tests()
/linux/tools/testing/selftests/net/
H A Dtfo.c95 static void run_client(void) in run_client() function
174 run_client(); in main()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c873 static int run_client(const char *tst_name, unsigned int port, in server_rotations()
926 return run_client(tst_name, port, nr_keys, current_index, in run_client()
1028 return run_client(tst_name, port, nr_keys, current_index, in client_non_matching()
887 static int run_client(const char *tst_name, unsigned int port, run_client() function