Searched refs:vsock_stream_connect (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/vsock/ |
D | vsock_test.c | 134 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()
|
D | util.h | 38 int vsock_stream_connect(unsigned int cid, unsigned int port);
|
D | util.c | 87 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
|
D | vsock_diag_test.c | 383 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
D | af_vsock.c | 1249 static int vsock_stream_connect(struct socket *sock, struct sockaddr *addr, in vsock_stream_connect() function 2002 .connect = vsock_stream_connect,
|