Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c102 char *tgt_name; in test_fexit_bpf2bpf_common() local
105 tgt_name = strstr(prog_name[i], "/"); in test_fexit_bpf2bpf_common()
106 if (!ASSERT_OK_PTR(tgt_name, "tgt_name")) in test_fexit_bpf2bpf_common()
108 btf_id = btf__find_by_name_kind(btf, tgt_name + 1, BTF_KIND_FUNC); in test_fexit_bpf2bpf_common()
213 const char *tgt_name = prog_name + 9; /* cut off freplace/ */ in test_second_attach() local
231 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()
269 const char *tgt_name = "./test_pkt_access.o"; in test_fmod_ret_freplace() local
275 err = bpf_prog_load(tgt_name, BPF_PROG_TYPE_UNSPEC, in test_fmod_ret_freplace()
279 tgt_name, err, errno)) in test_fmod_ret_freplace()
/Linux-v5.15/drivers/scsi/
Discsi_boot_sysfs.c83 iscsi_boot_rd_attr(tgt_name, target-name, ISCSI_BOOT_TGT_NAME);
/Linux-v5.15/include/linux/
Dbpf.h690 const char *tgt_name; member
/Linux-v5.15/kernel/bpf/
Dverifier.c13561 tgt_info->tgt_name = tname; in bpf_check_attach_target()
13624 prog->aux->attach_func_name = tgt_info.tgt_name; in BTF_SET_START()