Lines Matching defs:opts

31 static void test_stream_connection_reset(const struct test_opts *opts)  in test_stream_connection_reset()
67 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
109 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
139 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
153 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
174 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
195 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
214 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
238 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
264 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()
291 static void test_msg_peek_server(const struct test_opts *opts, in test_msg_peek_server()
347 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
352 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
360 static void test_seqpacket_msg_bounds_client(const struct test_opts *opts) in test_seqpacket_msg_bounds_client()
430 static void test_seqpacket_msg_bounds_server(const struct test_opts *opts) in test_seqpacket_msg_bounds_server()
505 static void test_seqpacket_msg_trunc_client(const struct test_opts *opts) in test_seqpacket_msg_trunc_client()
522 static void test_seqpacket_msg_trunc_server(const struct test_opts *opts) in test_seqpacket_msg_trunc_server()
572 static void test_seqpacket_timeout_client(const struct test_opts *opts) in test_seqpacket_timeout_client()
621 static void test_seqpacket_timeout_server(const struct test_opts *opts) in test_seqpacket_timeout_server()
635 static void test_seqpacket_bigmsg_client(const struct test_opts *opts) in test_seqpacket_bigmsg_client()
672 static void test_seqpacket_bigmsg_server(const struct test_opts *opts) in test_seqpacket_bigmsg_server()
690 static void test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_client()
725 static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_server()
808 static void test_stream_poll_rcvlowat_server(const struct test_opts *opts) in test_stream_poll_rcvlowat_server()
836 static void test_stream_poll_rcvlowat_client(const struct test_opts *opts) in test_stream_poll_rcvlowat_client()
904 static void test_inv_buf_client(const struct test_opts *opts, bool stream) in test_inv_buf_client()
940 static void test_inv_buf_server(const struct test_opts *opts, bool stream) in test_inv_buf_server()
964 static void test_stream_inv_buf_client(const struct test_opts *opts) in test_stream_inv_buf_client()
969 static void test_stream_inv_buf_server(const struct test_opts *opts) in test_stream_inv_buf_server()
974 static void test_seqpacket_inv_buf_client(const struct test_opts *opts) in test_seqpacket_inv_buf_client()
979 static void test_seqpacket_inv_buf_server(const struct test_opts *opts) in test_seqpacket_inv_buf_server()
987 static void test_stream_virtio_skb_merge_client(const struct test_opts *opts) in test_stream_virtio_skb_merge_client()
1014 static void test_stream_virtio_skb_merge_server(const struct test_opts *opts) in test_stream_virtio_skb_merge_server()
1055 static void test_seqpacket_msg_peek_client(const struct test_opts *opts) in test_seqpacket_msg_peek_client()
1060 static void test_seqpacket_msg_peek_server(const struct test_opts *opts) in test_seqpacket_msg_peek_server()
1103 static void test_stream_shutwr_client(const struct test_opts *opts) in test_stream_shutwr_client()
1131 static void test_stream_shutwr_server(const struct test_opts *opts) in test_stream_shutwr_server()
1146 static void test_stream_shutrd_client(const struct test_opts *opts) in test_stream_shutrd_client()
1171 static void test_stream_shutrd_server(const struct test_opts *opts) in test_stream_shutrd_server()
1192 static void test_double_bind_connect_server(const struct test_opts *opts) in test_double_bind_connect_server()
1223 static void test_double_bind_connect_client(const struct test_opts *opts) in test_double_bind_connect_client()
1244 static void test_unsent_bytes_server(const struct test_opts *opts, int type) in test_unsent_bytes_server()
1261 static void test_unsent_bytes_client(const struct test_opts *opts, int type) in test_unsent_bytes_client()
1296 static void test_stream_unsent_bytes_client(const struct test_opts *opts) in test_stream_unsent_bytes_client()
1301 static void test_stream_unsent_bytes_server(const struct test_opts *opts) in test_stream_unsent_bytes_server()
1306 static void test_seqpacket_unsent_bytes_client(const struct test_opts *opts) in test_seqpacket_unsent_bytes_client()
1311 static void test_seqpacket_unsent_bytes_server(const struct test_opts *opts) in test_seqpacket_unsent_bytes_server()
1324 static void test_stream_rcvlowat_def_cred_upd_client(const struct test_opts *opts) in test_stream_rcvlowat_def_cred_upd_client()
1357 static void test_stream_credit_update_test(const struct test_opts *opts, in test_stream_credit_update_test()
1471 static void test_stream_cred_upd_on_low_rx_bytes(const struct test_opts *opts) in test_stream_cred_upd_on_low_rx_bytes()
1476 static void test_stream_cred_upd_on_set_rcvlowat(const struct test_opts *opts) in test_stream_cred_upd_on_set_rcvlowat()
1699 struct test_opts opts = { in main() local