Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A 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()
914 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_poll_rcvlowat_client()
986 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_inv_buf_client()
1093 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_virtio_skb_merge_client()
H A Dutil.h38 int vsock_stream_connect(unsigned int cid, unsigned int port);
H A Dutil.c123 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
H A Dvsock_diag_test.c381 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()