Searched refs:vsock_connect_fd (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/vsock/ |
H A D | util.c | 182 int vsock_connect_fd(int fd, unsigned int cid, unsigned int port) in vsock_connect_fd() function 208 if (vsock_connect_fd(client_fd, cid, port)) { in vsock_bind_connect() 229 if (vsock_connect_fd(fd, cid, port)) { in vsock_connect()
|
H A D | util.h | 74 int vsock_connect_fd(int fd, unsigned int cid, unsigned int port);
|
H A D | vsock_test.c | 1909 if (!vsock_connect_fd(fd, opts->peer_cid, opts->peer_port)) { in test_stream_connect_retry_client() 1917 if (vsock_connect_fd(fd, opts->peer_cid, opts->peer_port)) { in test_stream_connect_retry_client()
|