Home | History | Annotate | Download | only in server

Lines Matching defs:attempts

854         unsigned attempts = 0;
859 ++attempts;
860 } while (err != 0 && attempts < ROUTE_FLUSH_ATTEMPTS);
862 ALOGE("failed to flush %s routes in table %s after %d attempts",
863 IP_VERSIONS[i], tableString, attempts);