Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dnsid_test.c494 int fd_parent_userns, fd_child_userns; in TEST_F() local
500 fd_parent_userns = open("/proc/self/ns/user", O_RDONLY); in TEST_F()
501 ASSERT_GE(fd_parent_userns, 0); in TEST_F()
502 ret = ioctl(fd_parent_userns, NS_GET_ID, &parent_user_ns_id); in TEST_F()
548 close(fd_parent_userns); in TEST_F()
568 close(fd_parent_userns); in TEST_F()