Home
last modified time | relevance | path

Searched refs:infoIt (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp229 auto infoIt = intfInfo.find(info.idx); in addInterface() local
230 if (infoIt != intfInfo.end()) in addInterface()
232 infoIt->second.intf = info; in addInterface()
236 infoIt = std::get<0>(intfInfo.emplace(info.idx, AllIntfInfo{info})); in addInterface()
242 createInterface(infoIt->second, it->second); in addInterface()