Lines Matching refs:bpf_testcase_table
65 } bpf_testcase_table[] = { variable
227 bpf_testcase_table[idx].prog_id, in __test__bpf()
231 bpf_testcase_table[idx].msg_compile_fail); in __test__bpf()
239 bpf_testcase_table[idx].name); in __test__bpf()
240 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf()
243 bpf_testcase_table[idx].msg_load_fail); in __test__bpf()
246 bpf_testcase_table[idx].msg_load_fail); in __test__bpf()
253 bpf_testcase_table[idx].target_func, in __test__bpf()
254 bpf_testcase_table[idx].expect_result); in __test__bpf()
257 if (bpf_testcase_table[idx].pin) { in __test__bpf()
286 return (int)ARRAY_SIZE(bpf_testcase_table); in test__bpf_subtest_get_nr()
291 if (i < 0 || i >= (int)ARRAY_SIZE(bpf_testcase_table)) in test__bpf_subtest_get_desc()
293 return bpf_testcase_table[i].desc; in test__bpf_subtest_get_desc()
330 if (i < 0 || i >= (int)ARRAY_SIZE(bpf_testcase_table)) in test__bpf()