Searched refs:flushRoutes (Results 1 – 3 of 3) sorted by relevance
39 int flushRoutes(uint32_t a) { in flushRoutes() function in android::net::RouteControllerTest40 return RouteController::flushRoutes(a); in flushRoutes()86 EXPECT_EQ(0, flushRoutes(table1)); in TEST_F()
121 static int flushRoutes(const char* interface) EXCLUDES(sInterfaceToTableLock);122 static int flushRoutes(uint32_t table);146 int flushRoutes(uint32_t table) WARN_UNUSED_RESULT;
922 WARN_UNUSED_RESULT int RouteController::flushRoutes(uint32_t table) { in flushRoutes() function in android::net::RouteController931 WARN_UNUSED_RESULT int RouteController::flushRoutes(const char* interface) { in flushRoutes() function in android::net::RouteController939 int ret = flushRoutes(table); in flushRoutes()992 if (int ret = flushRoutes(interface)) { in removeInterfaceFromPhysicalNetwork()1018 if (int ret = flushRoutes(interface)) { in removeInterfaceFromVirtualNetwork()