Searched refs:infoIt (Results 1 – 1 of 1) sorted by relevance
229 auto infoIt = intfInfo.find(info.idx); in addInterface() local230 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()