Searched refs:vsock_connect_fd (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/tools/testing/vsock/ |
D | util.h | 42 int vsock_connect_fd(int fd, unsigned int cid, unsigned int port);
|
D | util.c | 123 int vsock_connect_fd(int fd, unsigned int cid, unsigned int port) in vsock_connect_fd() function 149 if (vsock_connect_fd(client_fd, cid, port)) { in vsock_bind_connect() 170 if (vsock_connect_fd(fd, cid, port)) { in vsock_connect()
|
D | vsock_test.c | 1726 if (!vsock_connect_fd(fd, addr.svm_cid, addr.svm_port)) { in test_stream_transport_uaf_client() 1732 if (!vsock_connect_fd(fd, VMADDR_CID_HOST, VMADDR_PORT_ANY)) { in test_stream_transport_uaf_client() 1759 if (!vsock_connect_fd(fd, opts->peer_cid, opts->peer_port)) { in test_stream_connect_retry_client() 1767 if (vsock_connect_fd(fd, opts->peer_cid, opts->peer_port)) { in test_stream_connect_retry_client()
|