Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c335 int parent_cg_fd = -1, child_cg_fd = -1; in test_sock_fields() local
338 parent_cg_fd = test__join_cgroup(PARENT_CGROUP); in test_sock_fields()
339 if (CHECK_FAIL(parent_cg_fd < 0)) in test_sock_fields()
380 if (parent_cg_fd != -1) in test_sock_fields()
381 close(parent_cg_fd); in test_sock_fields()