Lines Matching refs:bpf_testcase_table
72 } bpf_testcase_table[] = { variable
234 bpf_testcase_table[idx].prog_id, in __test__bpf()
238 bpf_testcase_table[idx].msg_compile_fail); in __test__bpf()
246 bpf_testcase_table[idx].name); in __test__bpf()
247 if ((!!bpf_testcase_table[idx].target_func) != (!!obj)) { in __test__bpf()
250 bpf_testcase_table[idx].msg_load_fail); in __test__bpf()
253 bpf_testcase_table[idx].msg_load_fail); in __test__bpf()
260 bpf_testcase_table[idx].target_func, in __test__bpf()
261 bpf_testcase_table[idx].expect_result); in __test__bpf()
264 if (bpf_testcase_table[idx].pin) { in __test__bpf()
294 return (int)ARRAY_SIZE(bpf_testcase_table); in test__bpf_subtest_get_nr()
299 if (i < 0 || i >= (int)ARRAY_SIZE(bpf_testcase_table)) in test__bpf_subtest_get_desc()
301 return bpf_testcase_table[i].desc; in test__bpf_subtest_get_desc()
338 if (i < 0 || i >= (int)ARRAY_SIZE(bpf_testcase_table)) in test__bpf()