Searched refs:vsock_stream_connect (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/tools/testing/vsock/ |
D | vsock_test.c | 133 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_client_close_client() 168 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_server_close_client() 210 fds[i] = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_multiconn_client() 264 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_msg_peek_client() 836 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_poll_rcvlowat_client() 900 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_inv_buf_client() 980 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_virtio_skb_merge_client() 1102 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_shutwr_client() 1145 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_shutrd_client() 1319 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_rcvlowat_def_cred_upd_client() [all …]
|
D | vsock_test_zerocopy.c | 157 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_client() 326 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_stream_msgzcopy_empty_errq_client()
|
D | util.h | 46 int vsock_stream_connect(unsigned int cid, unsigned int port);
|
D | vsock_uring_test.c | 69 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in vsock_io_uring_client()
|
D | vsock_diag_test.c | 383 fd = vsock_stream_connect(opts->peer_cid, opts->peer_port); in test_connect_client()
|
D | util.c | 181 int vsock_stream_connect(unsigned int cid, unsigned int port) in vsock_stream_connect() function
|