Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/vsock/
Dvsock_test.c141 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
176 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
218 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
272 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_msg_peek_client()
842 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_poll_rcvlowat_client()
909 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_inv_buf_client()
989 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_virtio_skb_merge_client()
1111 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_shutwr_client()
1154 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_shutrd_client()
1249 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_rcvlowat_def_cred_upd_client()
Dvsock_test_zerocopy.c157 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_client()
326 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msgzcopy_empty_errq_client()
Dutil.h38 int vsock_stream_connect(unsigned int cid, unsigned int port);
Dvsock_uring_test.c69 fd = vsock_stream_connect(opts->peer_cid, 1234); in vsock_io_uring_client()
Dvsock_diag_test.c381 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()
Dutil.c171 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function