Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A 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()
1973 return switch_ns(nsfd_parent); in start_child()