Searched refs:CLONE_NEWNS (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dclone_flags.h31 #if defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS)
32 XLAT(CLONE_NEWNS),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h16 #define CLONE_NEWNS 0x00020000 /* New mount namespace group */ macro
/external/toybox/scripts/
H A Dgenconfig.sh37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/external/toybox/toys/other/
H A Dnsenter.c113 CLONE_NEWNS, CLONE_NEWIPC}, f = 0;
/external/strace/
H A Dclone.c16 #define CLONE_NEWNS 0x00020000 /* New namespace group? */ macro
/external/iproute2/ip/
H A Dipnetns.c151 if (unshare(CLONE_NEWNS) < 0) {
/external/selinux/policycoreutils/sandbox/
H A Dseunshare.c755 if (unshare(CLONE_NEWNS) < 0) {

Completed in 3172 milliseconds