Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/vsock/
Dvsock_test.c134 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
169 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
211 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
257 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msg_peek_client()
Dutil.h38 int vsock_stream_connect(unsigned int cid, unsigned int port);
Dutil.c87 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
Dvsock_diag_test.c383 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()
/kernel/linux/linux-5.10/net/vmw_vsock/
Daf_vsock.c1249 static int vsock_stream_connect(struct socket *sock, struct sockaddr *addr, in vsock_stream_connect() function
2002 .connect = vsock_stream_connect,