Home
last modified time | relevance | path

Searched refs:CLONE_NEWNET (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/netd/tests/
H A Dnetd_test.cpp111 nsTest(CLONE_NEWNET, true, thread); in TEST()
121 nsTest(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWNET, true, thread); in TEST()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsched.h45 #define CLONE_NEWNET 0x40000000 macro
/aosp12/system/core/init/
H A Dservice_utils.cpp219 [](const auto& entry) { return entry.first == CLONE_NEWNET; }); in EnterNamespaces()
H A Dservice_parser.cpp149 service_->namespaces_.namespaces_to_enter.emplace_back(CLONE_NEWNET, std::move(args[2])); in ParseEnterNamespace()