Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dnsproxy.c144 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
161 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
162 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
198 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
Dfork.c2367 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
2478 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
2501 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
/Linux-v4.19/ipc/
Dnamespace.c82 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
201 .type = CLONE_NEWIPC,
/Linux-v4.19/tools/include/uapi/linux/
Dsched.h27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/Linux-v4.19/include/uapi/linux/
Dsched.h27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/Linux-v4.19/tools/testing/selftests/mount/
Dunprivileged-remount-test.c25 #ifndef CLONE_NEWIPC
26 # define CLONE_NEWIPC 0x08000000 macro
/Linux-v4.19/include/linux/
Dipc_namespace.h137 if (flags & CLONE_NEWIPC) in copy_ipcs()