Searched refs:assert_mprog_count_ifindex (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | tc_helpers.h | 64 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex() function
|
D | tc_opts.c | 1337 assert_mprog_count_ifindex(ifindex, target, 0); in test_tc_opts_dev_cleanup_target() 1343 assert_mprog_count_ifindex(ifindex, target, 1); in test_tc_opts_dev_cleanup_target() 1349 assert_mprog_count_ifindex(ifindex, target, 2); in test_tc_opts_dev_cleanup_target() 1355 assert_mprog_count_ifindex(ifindex, target, 3); in test_tc_opts_dev_cleanup_target() 1361 assert_mprog_count_ifindex(ifindex, target, 4); in test_tc_opts_dev_cleanup_target() 1371 assert_mprog_count_ifindex(ifindex, target, 2); in test_tc_opts_dev_cleanup_target() 1376 assert_mprog_count_ifindex(ifindex, target, 1); in test_tc_opts_dev_cleanup_target() 1381 assert_mprog_count_ifindex(ifindex, target, 0); in test_tc_opts_dev_cleanup_target() 2419 assert_mprog_count_ifindex(ifindex, target, 0); in test_tc_opts_max_target() 2428 assert_mprog_count_ifindex(ifindex, target, i + 1); in test_tc_opts_max_target() [all …]
|
D | tc_links.c | 1524 assert_mprog_count_ifindex(ifindex, target, 1); in test_tc_links_dev_cleanup_target() 1532 assert_mprog_count_ifindex(ifindex, target, 2); in test_tc_links_dev_cleanup_target() 1540 assert_mprog_count_ifindex(ifindex, target, 3); in test_tc_links_dev_cleanup_target() 1548 assert_mprog_count_ifindex(ifindex, target, 4); in test_tc_links_dev_cleanup_target() 1838 assert_mprog_count_ifindex(ifindex, target, 1); in test_tc_links_dev_mixed() 1846 assert_mprog_count_ifindex(ifindex, target, 2); in test_tc_links_dev_mixed() 1854 assert_mprog_count_ifindex(ifindex, target, 3); in test_tc_links_dev_mixed() 1862 assert_mprog_count_ifindex(ifindex, target, 4); in test_tc_links_dev_mixed()
|