Searched refs:assert_mprog_count_ifindex (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_helpers.h | 40 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 …]
|