Home
last modified time | relevance | path

Searched refs:vsock_stream_connect (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/vsock/
H A Dvsock_test.c135 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()
838 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_poll_rcvlowat_client()
902 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_inv_buf_client()
982 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_virtio_skb_merge_client()
1134 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_shutwr_client()
1177 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_shutrd_client()
1413 fd = vsock_stream_connect(opt in test_stream_rcvlowat_def_cred_upd_client()
[all...]
H A Dutil.h78 int vsock_stream_connect(unsigned int cid, unsigned int port);
H A Dvsock_uring_test.c69 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in vsock_io_uring_client()
H A Dvsock_diag_test.c383 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_connect_client()
H A Dutil.c240 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function