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

/external/ltp/include/lapi/
H A Dnamespaces_constants.h25 #ifndef CLONE_NEWNET
26 # define CLONE_NEWNET 0x40000000 macro
/external/strace/xlat/
H A Dsetns_types.h20 #if !(defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET))
21 # define CLONE_NEWNET 0x40000000 macro
34 XLAT(CLONE_NEWNET),
H A Dclone_flags.h65 #if !(defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET))
66 # define CLONE_NEWNET 0x40000000 macro
101 XLAT(CLONE_NEWNET),
/external/iproute2/include/
H A Dnamespace.h13 #ifndef CLONE_NEWNET
14 #define CLONE_NEWNET 0x40000000 /* New network namespace (lo, device, names sockets, etc) */ macro
/external/kernel-headers/original/uapi/linux/
H A Dsched.h30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c28 #ifndef CLONE_NEWNET
29 # define CLONE_NEWNET 0x40000000 macro

Completed in 119 milliseconds