Searched refs:assert_mprog_count_ifindex (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_helpers.h | 64 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex() function
|
H A 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() 2415 assert_mprog_count_ifindex(ifindex, target, 0); in test_tc_opts_max_target() 2424 assert_mprog_count_ifindex(ifindex, target, i + 1); in test_tc_opts_max_target() [all …]
|
H A D | tc_links.c | 1526 assert_mprog_count_ifindex(ifindex, target, 1); in test_tc_links_dev_cleanup_target() 1534 assert_mprog_count_ifindex(ifindex, target, 2); in test_tc_links_dev_cleanup_target() 1542 assert_mprog_count_ifindex(ifindex, target, 3); in test_tc_links_dev_cleanup_target() 1550 assert_mprog_count_ifindex(ifindex, target, 4); in test_tc_links_dev_cleanup_target() 1899 assert_mprog_count_ifindex(ifindex, target, 1); in test_tc_links_dev_mixed() 1907 assert_mprog_count_ifindex(ifindex, target, 2); in test_tc_links_dev_mixed() 1915 assert_mprog_count_ifindex(ifindex, target, 3); in test_tc_links_dev_mixed() 1923 assert_mprog_count_ifindex(ifindex, target, 4); in test_tc_links_dev_mixed()
|