Searched refs:tgt_name (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | fexit_bpf2bpf.c | 114 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-6.6.21/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 83 iscsi_boot_rd_attr(tgt_name, target-name, ISCSI_BOOT_TGT_NAME);
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 1167 const char *tgt_name; member
|
/linux-6.6.21/kernel/bpf/ |
D | verifier.c | 20050 tgt_info->tgt_name = tname; in bpf_check_attach_target() 20139 prog->aux->attach_func_name = tgt_info.tgt_name; in check_attach_btf_id()
|