Lines Matching refs:bpf_testcase_table
71 } bpf_testcase_table[] = { variable
233 bpf_testcase_table[idx].prog_id, in __test__bpf()
237 bpf_testcase_table[idx].msg_compile_fail); in __test__bpf()
245 bpf_testcase_table[idx].name); in __test__bpf()
246 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf()
249 bpf_testcase_table[idx].msg_load_fail); in __test__bpf()
252 bpf_testcase_table[idx].msg_load_fail); in __test__bpf()
259 bpf_testcase_table[idx].target_func, in __test__bpf()
260 bpf_testcase_table[idx].expect_result); in __test__bpf()
263 if (bpf_testcase_table[idx].pin) { in __test__bpf()
292 return (int)ARRAY_SIZE(bpf_testcase_table); in test__bpf_subtest_get_nr()
297 if (i < 0 || i >= (int)ARRAY_SIZE(bpf_testcase_table)) in test__bpf_subtest_get_desc()
299 return bpf_testcase_table[i].desc; in test__bpf_subtest_get_desc()
336 if (i < 0 || i >= (int)ARRAY_SIZE(bpf_testcase_table)) in test__bpf()