Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/
Dipsec.c62 static int nsfd_parent = -1; variable
134 nsfd_parent = unshare_open(); in init_namespaces()
135 if (nsfd_parent <= 0) in init_namespaces()
142 if (switch_ns(nsfd_parent)) in init_namespaces()
149 if (switch_ns(nsfd_parent)) in init_namespaces()
1832 return switch_ns(nsfd_parent); in start_child()