Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c65 int cgroup_fd = -1, cgroup_fd2 = -1, cgroup_fd3 = -1; in test_lsm_cgroup_functional() local
83 cgroup_fd2 = test__join_cgroup("/sock_policy_reuse"); in test_lsm_cgroup_functional()
84 if (!ASSERT_GE(cgroup_fd2, 0, "create cgroup for reuse")) in test_lsm_cgroup_functional()
164 ASSERT_EQ(query_prog_cnt(cgroup_fd2, "bpf_lsm_socket_bind"), 0, "prog count"); in test_lsm_cgroup_functional()
165 bind_link_fd2 = bpf_link_create(bind_prog_fd2, cgroup_fd2, in test_lsm_cgroup_functional()
169 ASSERT_EQ(query_prog_cnt(cgroup_fd2, "bpf_lsm_socket_bind"), 1, "prog count"); in test_lsm_cgroup_functional()
171 ASSERT_EQ(query_prog_cnt(cgroup_fd2, NULL), 1, "total prog count"); in test_lsm_cgroup_functional()
298 close(cgroup_fd2); in test_lsm_cgroup_functional()