Home
last modified time | relevance | path

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

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