Home
last modified time | relevance | path

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

/external/iproute2/ip/
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) { in netns_exec()
228 if (unshare(CLONE_NEWNET) < 0) { in netns_add()
/external/chromium_org/sandbox/linux/suid/
Dsandbox.c39 #if !defined(CLONE_NEWNET)
40 #define CLONE_NEWNET 0x40000000 macro
233 CLONE_NEWPID | CLONE_NEWNET, in MoveToNewNamespaces()
290 if (kCloneExtraFlags[i] & CLONE_NEWNET) { in MoveToNewNamespaces()
/external/strace/
Dprocess.c566 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
591 { CLONE_NEWNET, "CLONE_NEWNET" },