Lines Matching refs:peer_cid

36 			.svm_cid = opts->peer_cid,  in test_stream_connection_reset()
72 .svm_cid = opts->peer_cid, in test_stream_bind_only_client()
139 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
174 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
216 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
269 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_msg_peek_client()
271 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_msg_peek_client()
404 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_bounds_client()
551 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_trunc_client()
624 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_timeout_client()
689 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_bigmsg_client()
753 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_invalid_rec_buffer_client()
907 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_poll_rcvlowat_client()
979 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_inv_buf_client()
981 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_inv_buf_client()
1086 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_virtio_skb_merge_client()
1333 .peer_cid = VMADDR_CID_ANY, in main()
1360 opts.peer_cid = parse_cid(optarg); in main()
1382 if (opts.peer_cid == VMADDR_CID_ANY) in main()