Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dsched.h30 #define CLONE_NEWNET 0x40000000 /* New network namespace */ macro
/linux-4.19.296/include/net/
Dnet_namespace.h186 if (flags & CLONE_NEWNET) in copy_net_ns()