Searched refs:vsock_stream_connect (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/vsock/ |
| H A D | vsock_test.c | 135 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_client_close_client() 170 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_server_close_client() 212 fds[i] = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_multiconn_client() 266 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_msg_peek_client() 882 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_poll_rcvlowat_client() 946 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_inv_buf_server() 1026 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_virtio_skb_merge_server() 1178 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); 1221 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_shutrd_server() 1457 fd = vsock_stream_connect(opt in test_stream_credit_update_test() [all...] |
| H A D | vsock_test_zerocopy.c | 161 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_client() 330 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_msgzcopy_empty_errq_client() 373 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_msgzcopy_mangle_client()
|
| H A D | util.h | 78 int vsock_stream_connect(unsigned int cid, unsigned int port);
|
| H A D | vsock_uring_test.c | 69 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in vsock_io_uring_client()
|
| H A D | vsock_diag_test.c | 383 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_connect_client()
|
| H A D | util.c | 240 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
|