Searched defs:CLONE_NEWNET (Results 1 - 3 of 3) 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/chromium_org/sandbox/linux/suid/
H A Dsandbox.c39 #if !defined(CLONE_NEWNET)
40 #define CLONE_NEWNET 0x40000000 macro
233 CLONE_NEWPID | CLONE_NEWNET,
290 if (kCloneExtraFlags[i] & CLONE_NEWNET) {
/external/strace/
H A Dprocess.c566 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
591 { CLONE_NEWNET, "CLONE_NEWNET" },

Completed in 130 milliseconds