Searched refs:CLONE_NEWNET (Results 1 – 4 of 4) sorted by relevance
111 nsTest(CLONE_NEWNET, true, thread); in TEST()121 nsTest(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWNET, true, thread); in TEST()
45 #define CLONE_NEWNET 0x40000000 macro
219 [](const auto& entry) { return entry.first == CLONE_NEWNET; }); in EnterNamespaces()
149 service_->namespaces_.namespaces_to_enter.emplace_back(CLONE_NEWNET, std::move(args[2])); in ParseEnterNamespace()