Searched refs:vsock_seqpacket_connect (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/tools/testing/vsock/ |
D | vsock_test.c | 270 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_msg_peek_client() 366 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_bounds_client() 508 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_trunc_client() 578 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_timeout_client() 642 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_bigmsg_client() 695 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_invalid_rec_buffer_client() 911 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_inv_buf_client()
|
D | util.h | 41 int vsock_seqpacket_connect(unsigned int cid, unsigned int port);
|
D | vsock_test_zerocopy.c | 155 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_client()
|
D | util.c | 176 int vsock_seqpacket_connect(unsigned int cid, unsigned int port) in vsock_seqpacket_connect() function
|