Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c15 static __u32 query_prog_cnt(int cgroup_fd, const char *attach_func) in query_prog_cnt() function
103 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 0, "total prog count"); in test_lsm_cgroup_functional()
112 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 1, "total prog count"); in test_lsm_cgroup_functional()
119 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 2, "total prog count"); in test_lsm_cgroup_functional()
129 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 3, "total prog count"); in test_lsm_cgroup_functional()
137 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 3, "total prog count"); in test_lsm_cgroup_functional()
141 ASSERT_EQ(query_prog_cnt(cgroup_fd, "bpf_lsm_socket_bind"), 0, "prog count"); in test_lsm_cgroup_functional()
147 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 4, "total prog count"); in test_lsm_cgroup_functional()
156 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 4, "total prog count"); in test_lsm_cgroup_functional()
170 ASSERT_EQ(query_prog_cnt(cgroup_fd, NULL), 4, "total prog count"); in test_lsm_cgroup_functional()
[all …]