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.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 Dutil.h75 int vsock_connect(unsigned int cid, unsigned int port, int type);
H A Dvsock_test.c1287 fd = vsock_connect(opts->peer_cid, opts->peer_port, type); in test_unsent_bytes_client()
1336 fd = vsock_connect(opts->peer_cid, opts->peer_port, type); in test_unread_bytes_client()
/linux/net/vmw_vsock/
H A Daf_vsock.c1536 static int vsock_connect(struct socket *sock, struct sockaddr *addr, in vsock_connect() function
2488 .connect = vsock_connect,
2510 .connect = vsock_connect,