Searched refs:local_cid (Results 1 – 3 of 3) sorted by relevance
228 vsocksi->local_cid = pcb->local_address.cid; in fill_socketinfo()
99 vsock_bind_address_if_free(struct vsockpcb *pcb, uint32_t local_cid, uint32_t local_port, uint32_t … in vsock_bind_address_if_free() argument130 pcb->local_address = (struct vsock_address) { .cid = local_cid, .port = local_port }; in vsock_bind_address_if_free()
492 uint32_t local_cid; member