Home
last modified time | relevance | path

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

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