Searched refs:remote_cid (Results 1 – 3 of 3) sorted by relevance
99 …truct vsockpcb *pcb, uint32_t local_cid, uint32_t local_port, uint32_t remote_cid, uint32_t remote… in vsock_bind_address_if_free() argument110 const bool check_remote = (remote_cid != VMADDR_CID_ANY && remote_port != VMADDR_PORT_ANY); in vsock_bind_address_if_free()121 … pcb_match->remote_address.cid == remote_cid && pcb_match->remote_address.port == remote_port)) { in vsock_bind_address_if_free()131 pcb->remote_address = (struct vsock_address) { .cid = remote_cid, .port = remote_port }; in vsock_bind_address_if_free()
230 vsocksi->remote_cid = pcb->remote_address.cid; in fill_socketinfo()
494 uint32_t remote_cid; member