Lines Matching refs:prog_name

59 				      const char **prog_name,  in test_fexit_bpf2bpf_common()  argument
117 tgt_name = strstr(prog_name[i], "/"); in test_fexit_bpf2bpf_common()
125 if (pos_sec_name && !strcmp(pos_sec_name, prog_name[i])) { in test_fexit_bpf2bpf_common()
130 if (!ASSERT_OK_PTR(prog[i], prog_name[i])) in test_fexit_bpf2bpf_common()
176 const char *prog_name[] = { in test_target_no_callees() local
181 ARRAY_SIZE(prog_name), in test_target_no_callees()
182 prog_name, true, NULL); in test_target_no_callees()
187 const char *prog_name[] = { in test_target_yes_callees() local
195 ARRAY_SIZE(prog_name), in test_target_yes_callees()
196 prog_name, true, NULL); in test_target_yes_callees()
201 const char *prog_name[] = { in test_func_replace() local
213 ARRAY_SIZE(prog_name), in test_func_replace()
214 prog_name, true, NULL); in test_func_replace()
219 const char *prog_name[] = { in test_func_replace_verify() local
224 ARRAY_SIZE(prog_name), in test_func_replace_verify()
225 prog_name, false, NULL); in test_func_replace_verify()
230 const char *prog_name = "security_new_get_constant"; in test_second_attach() local
243 prog = bpf_object__find_program_by_name(obj, prog_name); in test_second_attach()
274 const char *prog_name[] = { in test_func_replace_multi() local
279 ARRAY_SIZE(prog_name), in test_func_replace_multi()
280 prog_name, true, test_second_attach); in test_func_replace_multi()
341 const char *prog_name[] = { in test_func_sockmap_update() local
346 ARRAY_SIZE(prog_name), in test_func_sockmap_update()
347 prog_name, false, NULL); in test_func_sockmap_update()
425 const char *prog_name[] = { in test_func_replace_global_func() local
431 ARRAY_SIZE(prog_name), in test_func_replace_global_func()
432 prog_name, false, NULL); in test_func_replace_global_func()