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
488
const struct test_opts *opts)
tools/testing/vsock/util.c
493
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
1004
static void test_stream_inv_buf_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1009
static void test_seqpacket_inv_buf_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1014
static void test_seqpacket_inv_buf_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1022
static void test_stream_virtio_skb_merge_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1049
static void test_stream_virtio_skb_merge_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1090
static void test_seqpacket_msg_peek_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1095
static void test_seqpacket_msg_peek_server(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
1168
static void test_stream_shutwr_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1196
static void test_stream_shutwr_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1211
static void test_stream_shutrd_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1236
static void test_stream_shutrd_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1257
static void test_double_bind_connect_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1288
static void test_double_bind_connect_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1309
static void test_unsent_bytes_server(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
1326
static void test_unsent_bytes_client(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
1355
static void test_unread_bytes_server(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
1375
static void test_unread_bytes_client(const struct test_opts *opts, int type)
tools/testing/vsock/vsock_test.c
1403
static void test_stream_unsent_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1408
static void test_stream_unsent_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1413
static void test_seqpacket_unsent_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1418
static void test_seqpacket_unsent_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1423
static void test_stream_unread_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1428
static void test_stream_unread_bytes_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1433
static void test_seqpacket_unread_bytes_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1438
static void test_seqpacket_unread_bytes_server(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
1451
static void test_stream_rcvlowat_def_cred_upd_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1484
static void test_stream_credit_update_test(const struct test_opts *opts,
tools/testing/vsock/vsock_test.c
1583
static void test_stream_cred_upd_on_low_rx_bytes(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1588
static void test_stream_cred_upd_on_set_rcvlowat(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1607
static void test_stream_leak_acceptq_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1625
static void test_stream_leak_acceptq_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1637
static void test_stream_msgzcopy_leak_errq_client(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
1661
static void test_stream_msgzcopy_leak_errq_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1746
static void test_stream_msgzcopy_leak_zcskb_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1809
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
1915
static void test_stream_transport_uaf_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1932
static void test_stream_connect_retry_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
1958
static void test_stream_connect_retry_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2001
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
2114
static void test_stream_transport_change_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2153
static void test_stream_linger_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2167
static void test_stream_linger_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2184
static void test_stream_nolinger_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2214
static void test_stream_nolinger_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2228
static void test_stream_accepted_setsockopt_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2241
static void test_stream_accepted_setsockopt_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2255
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
2323
static void test_stream_tx_credit_bounds_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2361
static void test_stream_collapse_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
2400
static void test_stream_collapse_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
2731
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
349
static void test_stream_peek_after_recv_server(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
385
static void test_seqpacket_msg_bounds_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
466
static void test_seqpacket_msg_bounds_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
537
static void test_seqpacket_msg_trunc_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
554
static void test_seqpacket_msg_trunc_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
604
static void test_seqpacket_timeout_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
651
static void test_seqpacket_timeout_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
665
static void test_seqpacket_bigmsg_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
710
static void test_seqpacket_bigmsg_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
728
static void test_seqpacket_invalid_rec_buffer_client(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
763
static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
846
static void test_stream_poll_rcvlowat_server(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
874
static void test_stream_poll_rcvlowat_client(const struct test_opts *opts)
tools/testing/vsock/vsock_test.c
939
static void test_inv_buf_client(const struct test_opts *opts, bool stream)
tools/testing/vsock/vsock_test.c
975
static void test_inv_buf_server(const struct test_opts *opts, bool stream)
tools/testing/vsock/vsock_test.c
999
static void test_stream_inv_buf_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,