Lines Matching refs:intfInfo
229 auto infoIt = intfInfo.find(info.idx); in addInterface()
230 if (infoIt != intfInfo.end()) in addInterface()
236 infoIt = std::get<0>(intfInfo.emplace(info.idx, AllIntfInfo{info})); in addInterface()
284 intfInfo.erase(info.idx); in removeInterface()
293 if (auto it = intfInfo.find(info.ifidx); it != intfInfo.end()) in addAddress()
314 if (auto it = intfInfo.find(info.ifidx); it != intfInfo.end()) in removeAddress()
327 if (auto it = intfInfo.find(info.ifidx); it != intfInfo.end()) in addNeighbor()
349 if (auto it = intfInfo.find(info.ifidx); it != intfInfo.end()) in removeNeighbor()
362 if (auto it = intfInfo.find(ifidx); it != intfInfo.end()) in addDefGw()
407 if (auto it = intfInfo.find(ifidx); it != intfInfo.end()) in removeDefGw()
511 if (auto it = intfInfo.find(ifidx); it != intfInfo.end()) in handleAdminState()