Searched refs:vsock_connect (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/vsock/ |
H A D | vsock_perf.c | 100 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 D | util.c | 217 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 D | util.h | 75 int vsock_connect(unsigned int cid, unsigned int port, int type);
|
H A D | vsock_test.c | 1287 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 D | af_vsock.c | 1536 static int vsock_connect(struct socket *sock, struct sockaddr *addr, in vsock_connect() function 2488 .connect = vsock_connect, 2510 .connect = vsock_connect,
|