Home
last modified time | relevance | path

Searched refs:CLONE_NEWNS (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/ip/
Dipnetns.c151 if (unshare(CLONE_NEWNS) < 0) { in netns_exec()
/external/kernel-headers/original/linux/
Dsched.h18 #define CLONE_NEWNS 0x00020000 /* New namespace group? */ macro
/external/strace/
Dprocess.c554 #define CLONE_NEWNS 0x00020000 /* New namespace group? */ macro
579 { CLONE_NEWNS, "CLONE_NEWNS" },