Lines Matching defs:opts
29 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
65 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
107 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
137 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
151 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
172 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
193 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
212 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
236 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
262 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()
289 static void test_msg_peek_server(const struct test_opts *opts, in test_msg_peek_server()
345 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
350 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
358 static void test_seqpacket_msg_bounds_client(const struct test_opts *opts) in test_seqpacket_msg_bounds_client()
428 static void test_seqpacket_msg_bounds_server(const struct test_opts *opts) in test_seqpacket_msg_bounds_server()
503 static void test_seqpacket_msg_trunc_client(const struct test_opts *opts) in test_seqpacket_msg_trunc_client()
520 static void test_seqpacket_msg_trunc_server(const struct test_opts *opts) in test_seqpacket_msg_trunc_server()
570 static void test_seqpacket_timeout_client(const struct test_opts *opts) in test_seqpacket_timeout_client()
619 static void test_seqpacket_timeout_server(const struct test_opts *opts) in test_seqpacket_timeout_server()
633 static void test_seqpacket_bigmsg_client(const struct test_opts *opts) in test_seqpacket_bigmsg_client()
670 static void test_seqpacket_bigmsg_server(const struct test_opts *opts) in test_seqpacket_bigmsg_server()
688 static void test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_client()
723 static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_server()
806 static void test_stream_poll_rcvlowat_server(const struct test_opts *opts) in test_stream_poll_rcvlowat_server()
834 static void test_stream_poll_rcvlowat_client(const struct test_opts *opts) in test_stream_poll_rcvlowat_client()
902 static void test_inv_buf_client(const struct test_opts *opts, bool stream) in test_inv_buf_client()
938 static void test_inv_buf_server(const struct test_opts *opts, bool stream) in test_inv_buf_server()
962 static void test_stream_inv_buf_client(const struct test_opts *opts) in test_stream_inv_buf_client()
967 static void test_stream_inv_buf_server(const struct test_opts *opts) in test_stream_inv_buf_server()
972 static void test_seqpacket_inv_buf_client(const struct test_opts *opts) in test_seqpacket_inv_buf_client()
977 static void test_seqpacket_inv_buf_server(const struct test_opts *opts) in test_seqpacket_inv_buf_server()
985 static void test_stream_virtio_skb_merge_client(const struct test_opts *opts) in test_stream_virtio_skb_merge_client()
1012 static void test_stream_virtio_skb_merge_server(const struct test_opts *opts) in test_stream_virtio_skb_merge_server()
1053 static void test_seqpacket_msg_peek_client(const struct test_opts *opts) in test_seqpacket_msg_peek_client()
1058 static void test_seqpacket_msg_peek_server(const struct test_opts *opts) in test_seqpacket_msg_peek_server()
1101 static void test_stream_shutwr_client(const struct test_opts *opts) in test_stream_shutwr_client()
1129 static void test_stream_shutwr_server(const struct test_opts *opts) in test_stream_shutwr_server()
1144 static void test_stream_shutrd_client(const struct test_opts *opts) in test_stream_shutrd_client()
1169 static void test_stream_shutrd_server(const struct test_opts *opts) in test_stream_shutrd_server()
1190 static void test_double_bind_connect_server(const struct test_opts *opts) in test_double_bind_connect_server()
1221 static void test_double_bind_connect_client(const struct test_opts *opts) in test_double_bind_connect_client()
1243 static void test_stream_rcvlowat_def_cred_upd_client(const struct test_opts *opts) in test_stream_rcvlowat_def_cred_upd_client()
1276 static void test_stream_credit_update_test(const struct test_opts *opts, in test_stream_credit_update_test()
1390 static void test_stream_cred_upd_on_low_rx_bytes(const struct test_opts *opts) in test_stream_cred_upd_on_low_rx_bytes()
1395 static void test_stream_cred_upd_on_set_rcvlowat(const struct test_opts *opts) in test_stream_cred_upd_on_set_rcvlowat()
1598 struct test_opts opts = { in main() local