Lines Matching defs: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()
476 static void test_seqpacket_msg_bounds_server(const struct test_opts *opts) in test_seqpacket_msg_bounds_server()
546 static void test_seqpacket_msg_trunc_client(const struct test_opts *opts) in test_seqpacket_msg_trunc_client()
566 static void test_seqpacket_msg_trunc_server(const struct test_opts *opts) in test_seqpacket_msg_trunc_server()
616 static void test_seqpacket_timeout_client(const struct test_opts *opts) in test_seqpacket_timeout_client()
665 static void test_seqpacket_timeout_server(const struct test_opts *opts) in test_seqpacket_timeout_server()
679 static void test_seqpacket_bigmsg_client(const struct test_opts *opts) in test_seqpacket_bigmsg_client()
728 static void test_seqpacket_bigmsg_server(const struct test_opts *opts) in test_seqpacket_bigmsg_server()
746 static void test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_client()
787 static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_server()
870 static void test_stream_poll_rcvlowat_server(const struct test_opts *opts) in test_stream_poll_rcvlowat_server()
898 static void test_stream_poll_rcvlowat_client(const struct test_opts *opts) in test_stream_poll_rcvlowat_client()
972 static void test_inv_buf_client(const struct test_opts *opts, bool stream) in test_inv_buf_client()
1029 static void test_inv_buf_server(const struct test_opts *opts, bool stream) in test_inv_buf_server()
1058 static void test_stream_inv_buf_client(const struct test_opts *opts) in test_stream_inv_buf_client()
1063 static void test_stream_inv_buf_server(const struct test_opts *opts) in test_stream_inv_buf_server()
1068 static void test_seqpacket_inv_buf_client(const struct test_opts *opts) in test_seqpacket_inv_buf_client()
1073 static void test_seqpacket_inv_buf_server(const struct test_opts *opts) in test_seqpacket_inv_buf_server()
1081 static void test_stream_virtio_skb_merge_client(const struct test_opts *opts) in test_stream_virtio_skb_merge_client()
1117 static void test_stream_virtio_skb_merge_server(const struct test_opts *opts) in test_stream_virtio_skb_merge_server()
1163 static void test_seqpacket_msg_peek_client(const struct test_opts *opts) in test_seqpacket_msg_peek_client()
1168 static void test_seqpacket_msg_peek_server(const struct test_opts *opts) in test_seqpacket_msg_peek_server()
1331 struct test_opts opts = { in main() local