Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/proc/
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-v5.4/kernel/
Dnsproxy.c140 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()
Dfork.c2736 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()
/Linux-v5.4/ipc/
Dnamespace.c82 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
201 .type = CLONE_NEWIPC,
/Linux-v5.4/include/uapi/linux/
Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/Linux-v5.4/tools/testing/selftests/mount/
Dunprivileged-remount-test.c25 #ifndef CLONE_NEWIPC
26 # define CLONE_NEWIPC 0x08000000 macro
/Linux-v5.4/include/linux/
Dipc_namespace.h138 if (flags & CLONE_NEWIPC) in copy_ipcs()