Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
/linux-4.4.14/kernel/
Dnsproxy.c131 CLONE_NEWPID | CLONE_NEWNET)))) { in copy_namespaces()
183 CLONE_NEWNET | CLONE_NEWPID))) in unshare_nsproxy_namespaces()
Dfork.c1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c27 #ifndef CLONE_NEWNET
28 # define CLONE_NEWNET 0x40000000 macro
/linux-4.4.14/include/net/
Dnet_namespace.h159 if (flags & CLONE_NEWNET) in copy_net_ns()
/linux-4.4.14/net/core/
Dnet_namespace.c357 if (!(flags & CLONE_NEWNET)) in copy_net_ns()
1001 .type = CLONE_NEWNET,