Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dnsproxy.c157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | 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()
292 if (flags & CLONE_NEWUTS) in check_setns_flags()
446 if (flags & CLONE_NEWUTS) { in validate_nsset()
Dutsname.c97 if (!(flags & CLONE_NEWUTS)) in copy_utsname()
162 .type = CLONE_NEWUTS,
Dfork.c3190 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux-6.12.1/include/uapi/linux/
Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux-6.12.1/include/linux/
Dutsname.h61 if (flags & CLONE_NEWUTS) in copy_utsname()
/linux-6.12.1/tools/testing/selftests/mount/
Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/linux-6.12.1/tools/testing/selftests/nsfs/
Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
/linux-6.12.1/tools/testing/selftests/pidfd/
Dpidfd_setns_test.c91 …[PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, PIDFD_GET_UTS_NAMESPACE, …
268 if (self->nsfds[PIDFD_NS_UTS] >= 0 && unshare(CLONE_NEWUTS) < 0) { in FIXTURE_SETUP()
322 if (self->nsfds[PIDFD_NS_UTS] >= 0 && unshare(CLONE_NEWUTS) < 0) { in FIXTURE_SETUP()