Searched refs:CLONE_NEWIPC (Results 1 – 8 of 8) sorted by relevance
53 if (unshare(CLONE_NEWIPC) == -1) { in main()74 if (unshare(CLONE_NEWIPC) == -1) { in main()103 if (setns(nsfd, CLONE_NEWIPC) == -1) { in main()
140 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()157 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()158 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()194 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
2736 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()2847 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()2870 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
82 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()201 .type = CLONE_NEWIPC,
30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
25 #ifndef CLONE_NEWIPC26 # define CLONE_NEWIPC 0x08000000 macro
138 if (flags & CLONE_NEWIPC) in copy_ipcs()