Home
last modified time | relevance | path

Searched refs:tgt_name (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c114 char *tgt_name; in test_fexit_bpf2bpf_common() local
117 tgt_name = strstr(prog_name[i], "/"); in test_fexit_bpf2bpf_common()
118 if (!ASSERT_OK_PTR(tgt_name, "tgt_name")) in test_fexit_bpf2bpf_common()
120 btf_id = btf__find_by_name_kind(btf, tgt_name + 1, BTF_KIND_FUNC); in test_fexit_bpf2bpf_common()
231 const char *tgt_name = "get_constant"; in test_second_attach() local
252 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()
289 const char *tgt_name = "./test_pkt_access.bpf.o"; in test_fmod_ret_freplace() local
295 err = bpf_prog_test_load(tgt_name, BPF_PROG_TYPE_UNSPEC, in test_fmod_ret_freplace()
299 tgt_name, err, errno)) in test_fmod_ret_freplace()
/linux/drivers/scsi/
H A Discsi_boot_sysfs.c83 iscsi_boot_rd_attr(tgt_name, target-name, ISCSI_BOOT_TGT_NAME);
/linux/include/linux/
H A Dbpf.h1207 const char *tgt_name; member
/linux/kernel/bpf/
H A Dverifier.c21457 tgt_info->tgt_name = tname; in bpf_check_attach_target()
21546 prog->aux->attach_func_name = tgt_info.tgt_name; in check_attach_btf_id()