Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c112 char *tgt_name; in test_fexit_bpf2bpf_common() local
115 tgt_name = strstr(prog_name[i], "/"); in test_fexit_bpf2bpf_common()
116 if (!ASSERT_OK_PTR(tgt_name, "tgt_name")) in test_fexit_bpf2bpf_common()
118 btf_id = btf__find_by_name_kind(btf, tgt_name + 1, BTF_KIND_FUNC); in test_fexit_bpf2bpf_common()
229 const char *tgt_name = "get_constant"; in test_second_attach() local
250 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()
287 const char *tgt_name = "./test_pkt_access.bpf.o"; in test_fmod_ret_freplace() local
293 err = bpf_prog_test_load(tgt_name, BPF_PROG_TYPE_UNSPEC, in test_fmod_ret_freplace()
297 tgt_name, err, errno)) in test_fmod_ret_freplace()
/Linux-v6.1/drivers/scsi/
Discsi_boot_sysfs.c83 iscsi_boot_rd_attr(tgt_name, target-name, ISCSI_BOOT_TGT_NAME);
/Linux-v6.1/include/linux/
Dbpf.h936 const char *tgt_name; member
/Linux-v6.1/kernel/bpf/
Dverifier.c15064 tgt_info->tgt_name = tname; in bpf_check_attach_target()
15127 prog->aux->attach_func_name = tgt_info.tgt_name; in BTF_SET_START()