Searched defs:VsockConnectionInfo (Results 1 – 2 of 2) sorted by relevance
27 struct VsockConnectionInfo { struct28 unsigned cid = 0;29 unsigned port = 0;31 std::string str() const { in str()
27 struct VsockConnectionInfo { struct32 static std::optional<VsockConnectionInfo> fromRoPropertyStore(const PropertyList& cid_props, argument