Home
last modified time | relevance | path

Searched refs:CLONE_NEWNET (Results 1 – 7 of 7) 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/strace/xlat/
Dclone_flags.h67 #if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)
68 XLAT(CLONE_NEWNET),
Dclone_flags.in22 CLONE_NEWNET
/external/kernel-headers/original/uapi/linux/
Dsched.h30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
/external/toybox/scripts/
Dgenconfig.sh37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/external/toybox/toys/other/
Dnsenter.c112 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
/external/strace/
Dclone.c28 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro