Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c349 int parent_cg_fd = -1, child_cg_fd = -1; in serial_test_sock_fields() local
357 parent_cg_fd = test__join_cgroup(PARENT_CGROUP); in serial_test_sock_fields()
358 if (CHECK_FAIL(parent_cg_fd < 0)) in serial_test_sock_fields()
400 if (parent_cg_fd >= 0) in serial_test_sock_fields()
401 close(parent_cg_fd); in serial_test_sock_fields()