Searched refs:CLONE_NEWIPC (Results 1 – 9 of 9) 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()
157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()176 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()219 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()278 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()296 if (flags & CLONE_NEWIPC) in check_setns_flags()454 if (flags & CLONE_NEWIPC) { in validate_nsset()532 if (flags & CLONE_NEWIPC) in commit_nsset()
3081 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()3194 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()3223 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
110 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()253 .type = CLONE_NEWIPC,
30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
25 #ifndef CLONE_NEWIPC26 # define CLONE_NEWIPC 0x08000000 macro
45 [PIDFD_NS_IPC] = { "ipc", CLONE_NEWIPC, },179 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()208 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
157 if (flags & CLONE_NEWIPC) in copy_ipcs()
Completed in 16 milliseconds