Searched refs:CLONE_NEWNET (Results 1 – 4 of 4) sorted by relevance
131 CLONE_NEWPID | CLONE_NEWNET))) in copy_namespaces()188 CLONE_NEWNET))) in unshare_nsproxy_namespaces()
1525 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET)) in check_unshare_flags()
244 if (!(flags & CLONE_NEWNET)) in copy_net_ns()320 if (flags & CLONE_NEWNET) in copy_net_ns()
30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro