Home
last modified time | relevance | path

Searched refs:CLONE_NEWIPC (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/proc/
A Dsetns-sysvipc.c53 if (unshare(CLONE_NEWIPC) == -1) { in main()
74 if (unshare(CLONE_NEWIPC) == -1) { in main()
103 if (setns(nsfd, CLONE_NEWIPC) == -1) { in main()
/linux-6.3-rc2/kernel/
A Dnsproxy.c157 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()
A Dfork.c3081 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()
/linux-6.3-rc2/ipc/
A Dnamespace.c110 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
253 .type = CLONE_NEWIPC,
/linux-6.3-rc2/include/uapi/linux/
A Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/linux-6.3-rc2/tools/testing/selftests/mount/
A Dunprivileged-remount-test.c25 #ifndef CLONE_NEWIPC
26 # define CLONE_NEWIPC 0x08000000 macro
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd_setns_test.c45 [PIDFD_NS_IPC] = { "ipc", CLONE_NEWIPC, },
179 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
208 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
/linux-6.3-rc2/include/linux/
A Dipc_namespace.h157 if (flags & CLONE_NEWIPC) in copy_ipcs()

Completed in 16 milliseconds