Searched refs:existingNetId (Results 1 – 1 of 1) sorted by relevance
525 unsigned existingNetId = getNetworkForInterfaceLocked(interface); in addInterfaceToNetwork() local526 if (existingNetId != NETID_UNSET && existingNetId != netId) { in addInterfaceToNetwork()527 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()875 unsigned existingNetId = getNetworkForInterfaceLocked(interface); in modifyRoute() local876 if (existingNetId == NETID_UNSET) { in modifyRoute()880 if (existingNetId != netId) { in modifyRoute()881 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()