Searched refs:txQueueLenRegex (Results 1 – 1 of 1) sorted by relevance
205 std::regex txQueueLenRegex(R"(txqueuelen:(\d+))"); in GetInterfaceConfig() local232 if (std::regex_search(line, match, txQueueLenRegex)) { in GetInterfaceConfig()