Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dnsproxy.c130 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
146 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
147 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
182 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
Dfork.c1884 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
1995 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in SYSCALL_DEFINE1()
2018 if (unshare_flags & CLONE_NEWIPC) { in SYSCALL_DEFINE1()
/linux-4.4.14/ipc/
Dnamespace.c57 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
171 .type = CLONE_NEWIPC,
/linux-4.4.14/include/uapi/linux/
Dsched.h27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/linux-4.4.14/include/linux/
Dipc_namespace.h131 if (flags & CLONE_NEWIPC) in copy_ipcs()
/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c24 #ifndef CLONE_NEWIPC
25 # define CLONE_NEWIPC 0x08000000 macro