Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/vsock/
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()
Dutil.h43 int vsock_connect(unsigned int cid, unsigned int port, int type);
Dutil.c158 int vsock_connect(unsigned int cid, unsigned int port, int type) in vsock_connect() function
183 return vsock_connect(cid, port, SOCK_STREAM); in vsock_stream_connect()
188 return vsock_connect(cid, port, SOCK_SEQPACKET); in vsock_seqpacket_connect()
Dvsock_test.c1255 fd = vsock_connect(opts->peer_cid, opts->peer_port, type); in test_unsent_bytes_client()
/linux-6.14.4/net/vmw_vsock/
Daf_vsock.c1451 static int vsock_connect(struct socket *sock, struct sockaddr *addr, in vsock_connect() function
2403 .connect = vsock_connect,
2425 .connect = vsock_connect,