Symbol: CLONE_NEWIPC
fs/nsfs.c
487
case CLONE_NEWIPC:
fs/nsfs.c
583
case CLONE_NEWIPC:
include/linux/ipc_namespace.h
162
if (flags & CLONE_NEWIPC)
include/linux/ns/ns_common_types.h
190
struct ipc_namespace *: CLONE_NEWIPC, \
ipc/namespace.c
114
if (!(flags & CLONE_NEWIPC))
kernel/fork.c
3050
CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET|
kernel/fork.c
3162
if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM))
kernel/fork.c
3191
if (unshare_flags & CLONE_NEWIPC) {
kernel/nscommon.c
20
case CLONE_NEWIPC:
kernel/nsproxy.c
173
if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC |
kernel/nsproxy.c
191
if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) ==
kernel/nsproxy.c
192
(CLONE_NEWIPC | CLONE_SYSVSEM))
kernel/nsproxy.c
217
if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC |
kernel/nsproxy.c
295
if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC |
kernel/nsproxy.c
313
if (flags & CLONE_NEWIPC)
kernel/nsproxy.c
471
if (flags & CLONE_NEWIPC) {
kernel/nsproxy.c
549
if (flags & CLONE_NEWIPC)
kernel/nstree.c
291
case CLONE_NEWIPC:
tools/testing/selftests/mount/unprivileged-remount-test.c
25
#ifndef CLONE_NEWIPC
tools/testing/selftests/namespaces/file_handle_test.c
764
ret = unshare(CLONE_NEWIPC);
tools/testing/selftests/namespaces/listns_permissions_test.c
189
unshare(CLONE_NEWIPC);
tools/testing/selftests/namespaces/nsid_test.c
305
ret = unshare(CLONE_NEWIPC);
tools/testing/selftests/namespaces/regression_pidfd_setns_test.c
108
ret = setns(pidfd, CLONE_NEWUTS | CLONE_NEWIPC);
tools/testing/selftests/namespaces/regression_pidfd_setns_test.c
52
if (unshare(CLONE_NEWUTS | CLONE_NEWIPC | CLONE_NEWNET | CLONE_NEWUSER) < 0) {
tools/testing/selftests/namespaces/regression_pidfd_setns_test.c
74
ret = setns(pidfd, CLONE_NEWUTS | CLONE_NEWIPC);
tools/testing/selftests/namespaces/regression_pidfd_setns_test.c
95
child_pid = create_child(&pidfd, CLONE_NEWUSER | CLONE_NEWUTS | CLONE_NEWIPC | CLONE_NEWNET);
tools/testing/selftests/namespaces/stress_test.c
252
if (unshare(CLONE_NEWIPC) < 0)
tools/testing/selftests/pidfd/pidfd_setns_test.c
180
if (self->nsfds[PIDFD_NS_IPC] >= 0 && unshare(CLONE_NEWIPC) < 0) {
tools/testing/selftests/pidfd/pidfd_setns_test.c
234
if (self->nsfds[PIDFD_NS_IPC] >= 0 && unshare(CLONE_NEWIPC) < 0) {
tools/testing/selftests/pidfd/pidfd_setns_test.c
46
[PIDFD_NS_IPC] = { "ipc", CLONE_NEWIPC, PIDFD_GET_IPC_NAMESPACE, },
tools/testing/selftests/proc/setns-sysvipc.c
103
if (setns(nsfd, CLONE_NEWIPC) == -1) {
tools/testing/selftests/proc/setns-sysvipc.c
53
if (unshare(CLONE_NEWIPC) == -1) {
tools/testing/selftests/proc/setns-sysvipc.c
74
if (unshare(CLONE_NEWIPC) == -1) {