Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnsproxy.h94 int copy_namespaces(unsigned long flags, struct task_struct *tsk);
/openbmc/linux/kernel/
H A Dnsproxy.c151 int copy_namespaces(unsigned long flags, struct task_struct *tsk) in copy_namespaces() function
H A Dfork.c2504 retval = copy_namespaces(clone_flags, p); in copy_process()