Home
last modified time | relevance | path

Searched refs:vsock_connect (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/vsock/
H A Dvsock_perf.c100 static int vsock_connect(unsigned int cid, unsigned int port) in vsock_connect() function
282 fd = vsock_connect(peer_cid, port); in run_sender()
H A Dutil.h75 int vsock_connect(unsigned int cid, unsigned int port, int type);
H A Dutil.c217 int vsock_connect(unsigned int cid, unsigned int port, int type) in vsock_connect() function
242 return vsock_connect(cid, port, SOCK_STREAM); in vsock_stream_connect()
247 return vsock_connect(cid, port, SOCK_SEQPACKET); in vsock_seqpacket_connect()
H A Dvsock_test.c1331 fd = vsock_connect(opts->peer_cid, opts->peer_port, type); in test_unread_bytes_server()
1380 fd = vsock_connect(opts->peer_cid, opts->peer_port, type);
1862 * vsock_connect(); waiting for timeout, checking for signals, etc. in test_stream_transport_uaf()
/linux/net/vmw_vsock/
H A Daf_vsock.c1650 static int vsock_connect(struct socket *sock, struct sockaddr_unsized *addr, in vsock_connect() function
2625 .connect = vsock_connect,
2647 .connect = vsock_connect,