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

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

Completed in 207 milliseconds