Lines Matching refs:peer_cid
33 .svm_cid = opts->peer_cid, in test_stream_connection_reset()
69 .svm_cid = opts->peer_cid, in test_stream_bind_only_client()
136 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
171 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
213 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
259 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msg_peek_client()
290 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_bounds_client()
344 fd = vsock_seqpacket_connect(opts->peer_cid, 1234); in test_seqpacket_msg_trunc_client()
514 .peer_cid = VMADDR_CID_ANY, in main()
540 opts.peer_cid = parse_cid(optarg); in main()
562 if (opts.peer_cid == VMADDR_CID_ANY) in main()