Lines Matching refs:test_opts
27 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
63 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
105 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
135 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
149 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
170 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
191 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
210 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
234 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
260 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()
298 static void test_msg_peek_server(const struct test_opts *opts, in test_msg_peek_server()
384 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
389 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
397 static void test_seqpacket_msg_bounds_client(const struct test_opts *opts) in test_seqpacket_msg_bounds_client()
478 static void test_seqpacket_msg_bounds_server(const struct test_opts *opts) in test_seqpacket_msg_bounds_server()
553 static void test_seqpacket_msg_trunc_client(const struct test_opts *opts) in test_seqpacket_msg_trunc_client()
573 static void test_seqpacket_msg_trunc_server(const struct test_opts *opts) in test_seqpacket_msg_trunc_server()
623 static void test_seqpacket_timeout_client(const struct test_opts *opts) in test_seqpacket_timeout_client()
672 static void test_seqpacket_timeout_server(const struct test_opts *opts) in test_seqpacket_timeout_server()
686 static void test_seqpacket_bigmsg_client(const struct test_opts *opts) in test_seqpacket_bigmsg_client()
735 static void test_seqpacket_bigmsg_server(const struct test_opts *opts) in test_seqpacket_bigmsg_server()
753 static void test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_client()
794 static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_server()
877 static void test_stream_poll_rcvlowat_server(const struct test_opts *opts) in test_stream_poll_rcvlowat_server()
905 static void test_stream_poll_rcvlowat_client(const struct test_opts *opts) in test_stream_poll_rcvlowat_client()
979 static void test_inv_buf_client(const struct test_opts *opts, bool stream) in test_inv_buf_client()
1036 static void test_inv_buf_server(const struct test_opts *opts, bool stream) in test_inv_buf_server()
1065 static void test_stream_inv_buf_client(const struct test_opts *opts) in test_stream_inv_buf_client()
1070 static void test_stream_inv_buf_server(const struct test_opts *opts) in test_stream_inv_buf_server()
1075 static void test_seqpacket_inv_buf_client(const struct test_opts *opts) in test_seqpacket_inv_buf_client()
1080 static void test_seqpacket_inv_buf_server(const struct test_opts *opts) in test_seqpacket_inv_buf_server()
1088 static void test_stream_virtio_skb_merge_client(const struct test_opts *opts) in test_stream_virtio_skb_merge_client()
1124 static void test_stream_virtio_skb_merge_server(const struct test_opts *opts) in test_stream_virtio_skb_merge_server()
1170 static void test_seqpacket_msg_peek_client(const struct test_opts *opts) in test_seqpacket_msg_peek_client()
1175 static void test_seqpacket_msg_peek_server(const struct test_opts *opts) in test_seqpacket_msg_peek_server()
1338 struct test_opts opts = { in main()