Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/net/
Dipsec.c63 static int nsfd_parent = -1; variable
172 nsfd_parent = unshare_open(); in init_namespaces()
173 if (nsfd_parent <= 0) in init_namespaces()
180 if (switch_ns(nsfd_parent)) in init_namespaces()
187 if (switch_ns(nsfd_parent)) in init_namespaces()
1972 return switch_ns(nsfd_parent); in start_child()