Searched refs:vsock_connect (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dutil.c142 static int vsock_connect(unsigned int cid, unsigned int port, int type) function
184 return vsock_connect(cid, port, SOCK_STREAM);
189 return vsock_connect(cid, port, SOCK_SEQPACKET);
H A Dvsock_perf.c100 static int vsock_connect(unsigned int cid, unsigned int port) function
272 fd = vsock_connect(peer_cid, port);
/linux-master/net/vmw_vsock/
H A Daf_vsock.c484 * This path can only be taken during vsock_connect(), where we
1346 static int vsock_connect(struct socket *sock, struct sockaddr *addr, function
2284 .connect = vsock_connect,
2306 .connect = vsock_connect,

Completed in 167 milliseconds