Searched refs:CLONE_NEWNET (Results 1 – 7 of 7) sorted by relevance
23 #ifndef CLONE_NEWNET24 #define CLONE_NEWNET 0x40000000 /* New network namespace (lo, device, names sockets, etc) */ macro145 if (setns(netns, CLONE_NEWNET) < 0) { in netns_exec()228 if (unshare(CLONE_NEWNET) < 0) { in netns_add()
67 #if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)68 XLAT(CLONE_NEWNET),
22 CLONE_NEWNET
30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
112 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
28 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro