Searched refs:CHILD_CHAIN_REGEX (Results 1 – 1 of 1) sorted by relevance
108 static const std::regex CHILD_CHAIN_REGEX("^-A ([^ ]+) -j ([^ ]+)$", variable145 if (std::regex_search(rule, matches, CHILD_CHAIN_REGEX) && matches[1] == parentChain) { in findExistingChildChains()