Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/vsock/
Dvsock_test.c139 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
174 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
216 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
271 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_msg_peek_client()
907 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_poll_rcvlowat_client()
979 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_inv_buf_client()
1086 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_virtio_skb_merge_client()
Dutil.h38 int vsock_stream_connect(unsigned int cid, unsigned int port);
Dutil.c123 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
Dvsock_diag_test.c381 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()