Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dftrace.c537 void test_init_ftrace(int nsfd1, int nsfd2) in test_init_ftrace() argument
540 get_ns_cookie(nsfd2, &ns_cookie2); in test_init_ftrace()
H A Daolib.h188 extern void test_init_ftrace(int nsfd1, int nsfd2);
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c2333 int nsfd2 = open_by_handle_at(FD_NSFS_ROOT, handle, O_RDONLY); in TEST() local
2334 ASSERT_GE(nsfd2, 0); in TEST()
2339 ASSERT_EQ(fstat(nsfd2, &st2), 0); in TEST()
2341 close(nsfd2); in TEST()