Searched refs:CLONE_NEWNET (Results 1 – 6 of 6) sorted by relevance
30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
131 CLONE_NEWPID | CLONE_NEWNET)))) { in copy_namespaces()183 CLONE_NEWNET | CLONE_NEWPID))) in unshare_nsproxy_namespaces()
1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
27 #ifndef CLONE_NEWNET28 # define CLONE_NEWNET 0x40000000 macro
159 if (flags & CLONE_NEWNET) in copy_net_ns()
357 if (!(flags & CLONE_NEWNET)) in copy_net_ns()1001 .type = CLONE_NEWNET,