Searched defs:CLONE_NEWNET (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/ip/
H A Dipnetns.c23 #ifndef CLONE_NEWNET
24 #define CLONE_NEWNET 0x40000000 /* New network namespace (lo, device, names sockets, etc) */ macro
145 if (setns(netns, CLONE_NEWNET) < 0) {
228 if (unshare(CLONE_NEWNET) < 0) {
/external/kernel-headers/original/uapi/linux/
H A Dsched.h30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
/external/chromium_org/sandbox/linux/suid/
H A Dsandbox.c38 #if !defined(CLONE_NEWNET)
39 #define CLONE_NEWNET 0x40000000 macro
229 const int kCloneExtraFlags[] = {CLONE_NEWPID | CLONE_NEWNET, CLONE_NEWPID, };
284 if (kCloneExtraFlags[i] & CLONE_NEWNET) {
303 if (kCloneExtraFlags[i] & CLONE_NEWNET) {
/external/strace/
H A Dprocess.c293 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro

Completed in 193 milliseconds