Symbol: test_opts
tools/testing/selftests/bpf/prog_tests/kfunc_module_order.c
28
DECLARE_LIBBPF_OPTS(bpf_test_run_opts, test_opts, .data_in = pkt_data,
tools/testing/selftests/bpf/prog_tests/kfunc_module_order.c
47
test_run_prog(skel->progs.call_kfunc_xy, &test_opts);
tools/testing/selftests/bpf/prog_tests/kfunc_module_order.c
48
test_run_prog(skel->progs.call_kfunc_yx, &test_opts);
tools/testing/vsock/util.c
473
const struct test_opts *opts)
tools/testing/vsock/util.c
478
void (*run)(const struct test_opts *opts);
tools/testing/vsock/util.h
63
void (*run_client)(const struct test_opts *opts);
tools/testing/vsock/util.h
66
void (*run_server)(const struct test_opts *opts);
tools/testing/vsock/util.h
98
const struct test_opts *opts);
tools/testing/vsock/vsock_diag_test.c
330
static void test_no_sockets(const struct test_opts *opts)
tools/testing/vsock/vsock_diag_test.c
339
static void test_listen_socket_server(const struct test_opts *opts)
tools/testing/vsock/vsock_diag_test.c
377
static void test_connect_client(const struct test_opts *opts)
tools/testing/vsock/vsock_diag_test.c
402
static void test_connect_server(const struct test_opts *opts)
tools/testing/vsock/vsock_diag_test.c
526
struct test_opts opts = {
tools/testing/vsock/vsock_test.c
1017
static void test_stream_virtio_skb_merge_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1058
static void test_seqpacket_msg_peek_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1063
static void test_seqpacket_msg_peek_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1136
static void test_stream_shutwr_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
116
static void test_stream_bind_only_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1164
static void test_stream_shutwr_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1179
static void test_stream_shutrd_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1204
static void test_stream_shutrd_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1225
static void test_double_bind_connect_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1256
static void test_double_bind_connect_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1277
static void test_unsent_bytes_server(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
1294
static void test_unsent_bytes_client(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
131
static void test_stream_client_close_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1323
static void test_unread_bytes_server(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
1343
static void test_unread_bytes_client(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
1371
static void test_stream_unsent_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1376
static void test_stream_unsent_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1381
static void test_seqpacket_unsent_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1386
static void test_seqpacket_unsent_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1391
static void test_stream_unread_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1396
static void test_stream_unread_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1401
static void test_seqpacket_unread_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1406
static void test_seqpacket_unread_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1419
static void test_stream_rcvlowat_def_cred_upd_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
145
static void test_stream_client_close_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1452
static void test_stream_credit_update_test(const struct test_opts *opts,
tools/testing/vsock/vsock_test.c
1562
static void test_stream_cred_upd_on_low_rx_bytes(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1567
static void test_stream_cred_upd_on_set_rcvlowat(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1586
static void test_stream_leak_acceptq_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1604
static void test_stream_leak_acceptq_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1616
static void test_stream_msgzcopy_leak_errq_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1640
static void test_stream_msgzcopy_leak_errq_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
166
static void test_stream_server_close_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1725
static void test_stream_msgzcopy_leak_zcskb_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1788
static void test_stream_msgzcopy_leak_zcskb_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
187
static void test_stream_server_close_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1894
static void test_stream_transport_uaf_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1911
static void test_stream_connect_retry_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1937
static void test_stream_connect_retry_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1980
static void test_stream_transport_change_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
206
static void test_stream_multiconn_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2093
static void test_stream_transport_change_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2132
static void test_stream_linger_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2146
static void test_stream_linger_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2163
static void test_stream_nolinger_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2193
static void test_stream_nolinger_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2207
static void test_stream_accepted_setsockopt_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2220
static void test_stream_accepted_setsockopt_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2234
static void test_stream_tx_credit_bounds_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
230
static void test_stream_multiconn_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2302
static void test_stream_tx_credit_bounds_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
256
static void test_msg_peek_client(const struct test_opts *opts,
tools/testing/vsock/vsock_test.c
2618
struct test_opts opts = {
tools/testing/vsock/vsock_test.c
283
static void test_msg_peek_server(const struct test_opts *opts,
tools/testing/vsock/vsock_test.c
339
static void test_stream_msg_peek_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
344
static void test_stream_msg_peek_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
353
static void test_seqpacket_msg_bounds_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
38
static void test_stream_connection_reset(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
434
static void test_seqpacket_msg_bounds_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
505
static void test_seqpacket_msg_trunc_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
522
static void test_seqpacket_msg_trunc_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
572
static void test_seqpacket_timeout_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
619
static void test_seqpacket_timeout_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
633
static void test_seqpacket_bigmsg_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
678
static void test_seqpacket_bigmsg_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
696
static void test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
731
static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
74
static void test_stream_bind_only_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
814
static void test_stream_poll_rcvlowat_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
842
static void test_stream_poll_rcvlowat_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
907
static void test_inv_buf_client(const struct test_opts *opts, bool stream)
tools/testing/vsock/vsock_test.c
943
static void test_inv_buf_server(const struct test_opts *opts, bool stream)
tools/testing/vsock/vsock_test.c
967
static void test_stream_inv_buf_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
972
static void test_stream_inv_buf_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
977
static void test_seqpacket_inv_buf_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
982
static void test_seqpacket_inv_buf_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
990
static void test_stream_virtio_skb_merge_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
148
static void test_client(const struct test_opts *opts,
tools/testing/vsock/vsock_test_zerocopy.c
223
void test_stream_msgzcopy_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
231
void test_seqpacket_msgzcopy_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
243
static void test_server(const struct test_opts *opts,
tools/testing/vsock/vsock_test_zerocopy.c
303
void test_stream_msgzcopy_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
311
void test_seqpacket_msgzcopy_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
323
void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
350
void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
366
void test_stream_msgzcopy_mangle_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.c
404
void test_stream_msgzcopy_mangle_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test_zerocopy.h
10
void test_seqpacket_msgzcopy_server(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
12
void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
13
void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
15
void test_stream_msgzcopy_mangle_client(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
16
void test_stream_msgzcopy_mangle_server(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
6
void test_stream_msgzcopy_client(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
7
void test_stream_msgzcopy_server(const struct test_opts *opts);
tools/testing/vsock/vsock_test_zerocopy.h
9
void test_seqpacket_msgzcopy_client(const struct test_opts *opts);
tools/testing/vsock/vsock_uring_test.c
112
static void vsock_io_uring_server(const struct test_opts *opts,
tools/testing/vsock/vsock_uring_test.c
182
void test_stream_uring_server(const struct test_opts *opts)
tools/testing/vsock/vsock_uring_test.c
190
void test_stream_uring_client(const struct test_opts *opts)
tools/testing/vsock/vsock_uring_test.c
198
void test_stream_uring_msg_zc_server(const struct test_opts *opts)
tools/testing/vsock/vsock_uring_test.c
206
void test_stream_uring_msg_zc_client(const struct test_opts *opts)
tools/testing/vsock/vsock_uring_test.c
289
struct test_opts opts = {
tools/testing/vsock/vsock_uring_test.c
58
static void vsock_io_uring_client(const struct test_opts *opts,