Searched refs:namespaces_to_enter (Results 1 – 3 of 3) sorted by relevance
200 for (const auto& [nstype, path] : info.namespaces_to_enter) { in EnterNamespaces()218 std::any_of(info.namespaces_to_enter.begin(), info.namespaces_to_enter.end(), in EnterNamespaces()
74 std::vector<std::pair<int, std::string>> namespaces_to_enter; member
143 if (!service_->namespaces_.namespaces_to_enter.empty()) { in ParseEnterNamespace()149 service_->namespaces_.namespaces_to_enter.emplace_back(CLONE_NEWNET, std::move(args[2])); in ParseEnterNamespace()