Searched refs:assert_mprog_count (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
A D | cgroup_mprog_opts.c | 46 assert_mprog_count(cg, atype, 0); in test_prog_attach_detach() 58 assert_mprog_count(cg, atype, 1); in test_prog_attach_detach() 70 assert_mprog_count(cg, atype, 2); in test_prog_attach_detach() 83 assert_mprog_count(cg, atype, 3); in test_prog_attach_detach() 95 assert_mprog_count(cg, atype, 4); in test_prog_attach_detach() 122 assert_mprog_count(cg, atype, 3); in test_prog_attach_detach() 128 assert_mprog_count(cg, atype, 2); in test_prog_attach_detach() 138 assert_mprog_count(cg, atype, 1); in test_prog_attach_detach() 143 assert_mprog_count(cg, atype, 0); in test_prog_attach_detach() 179 assert_mprog_count(cg, atype, 0); in test_link_attach_detach() [all …]
|
A D | tc_opts.c | 139 assert_mprog_count(target, 0); in test_tc_opts_before_target() 145 assert_mprog_count(target, 1); in test_tc_opts_before_target() 151 assert_mprog_count(target, 2); in test_tc_opts_before_target() 208 assert_mprog_count(target, 4); in test_tc_opts_before_target() 236 assert_mprog_count(target, 3); in test_tc_opts_before_target() 241 assert_mprog_count(target, 2); in test_tc_opts_before_target() 246 assert_mprog_count(target, 1); in test_tc_opts_before_target() 251 assert_mprog_count(target, 0); in test_tc_opts_before_target() 291 assert_mprog_count(target, 0); in test_tc_opts_after_target() 297 assert_mprog_count(target, 1); in test_tc_opts_after_target() [all …]
|
A D | tc_links.c | 152 assert_mprog_count(target, 0); in test_tc_links_before_target() 162 assert_mprog_count(target, 1); in test_tc_links_before_target() 172 assert_mprog_count(target, 2); in test_tc_links_before_target() 228 assert_mprog_count(target, 4); in test_tc_links_before_target() 260 assert_mprog_count(target, 0); in test_tc_links_before_target() 306 assert_mprog_count(target, 0); in test_tc_links_after_target() 316 assert_mprog_count(target, 1); in test_tc_links_after_target() 326 assert_mprog_count(target, 2); in test_tc_links_after_target() 382 assert_mprog_count(target, 4); in test_tc_links_after_target() 414 assert_mprog_count(target, 0); in test_tc_links_after_target() [all …]
|
A D | tc_helpers.h | 35 static inline void assert_mprog_count(int target, int expected) in assert_mprog_count() function
|
Completed in 21 milliseconds