Home
last modified time | relevance | path

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

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