Symbol: tgt_info
drivers/net/wireless/ath/ath10k/hif.h
242
struct bmi_target_info *tgt_info)
drivers/net/wireless/ath/ath10k/hif.h
247
return ar->hif.ops->get_target_info(ar, tgt_info);
drivers/scsi/ibmvscsi/ibmvfc.c
4561
tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n",
include/linux/bpf.h
1519
struct bpf_attach_target_info *tgt_info);
include/linux/bpf.h
1620
struct bpf_attach_target_info *tgt_info)
include/linux/bpf_verifier.h
1168
struct bpf_attach_target_info *tgt_info);
include/linux/bpf_verifier.h
1597
struct bpf_attach_target_info *tgt_info);
kernel/bpf/syscall.c
3820
struct bpf_attach_target_info tgt_info = {};
kernel/bpf/syscall.c
3823
&tgt_info);
kernel/bpf/syscall.c
3827
if (tgt_info.tgt_mod) {
kernel/bpf/syscall.c
3829
prog->aux->mod = tgt_info.tgt_mod;
kernel/bpf/syscall.c
3832
tr = bpf_trampoline_get(key, &tgt_info);
kernel/bpf/trampoline.c
1081
struct bpf_attach_target_info tgt_info = {};
kernel/bpf/trampoline.c
1089
&tgt_info);
kernel/bpf/trampoline.c
1097
tr = bpf_trampoline_get(key, &tgt_info);
kernel/bpf/trampoline.c
1168
struct bpf_attach_target_info *tgt_info)
kernel/bpf/trampoline.c
1172
tr = bpf_trampoline_lookup(key, tgt_info->tgt_addr);
kernel/bpf/trampoline.c
1180
memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel));
kernel/bpf/trampoline.c
1181
tr->func.addr = (void *)tgt_info->tgt_addr;
kernel/bpf/trampoline.c
1615
struct bpf_attach_target_info tgt_info = {};
kernel/bpf/trampoline.c
1625
err = bpf_check_attach_btf_id_multi(btf, prog, ids[i], &tgt_info);
kernel/bpf/trampoline.c
1631
tr = bpf_trampoline_get(key, &tgt_info);
kernel/bpf/verifier.c
18930
struct bpf_attach_target_info *tgt_info)
kernel/bpf/verifier.c
19143
ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
kernel/bpf/verifier.c
19186
ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
kernel/bpf/verifier.c
19251
tgt_info->tgt_addr = addr;
kernel/bpf/verifier.c
19252
tgt_info->tgt_name = tname;
kernel/bpf/verifier.c
19253
tgt_info->tgt_type = t;
kernel/bpf/verifier.c
19254
tgt_info->tgt_mod = mod;
kernel/bpf/verifier.c
19335
struct bpf_attach_target_info tgt_info = {};
kernel/bpf/verifier.c
19362
ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info);
kernel/bpf/verifier.c
19376
prog->aux->attach_func_proto = tgt_info.tgt_type;
kernel/bpf/verifier.c
19377
prog->aux->attach_func_name = tgt_info.tgt_name;
kernel/bpf/verifier.c
19378
prog->aux->mod = tgt_info.tgt_mod;
kernel/bpf/verifier.c
19399
tgt_info.tgt_name);
kernel/bpf/verifier.c
19407
tgt_info.tgt_name);
kernel/bpf/verifier.c
19420
tr = bpf_trampoline_get(key, &tgt_info);
kernel/bpf/verifier.c
19432
struct bpf_attach_target_info *tgt_info)
kernel/bpf/verifier.c
19461
err = btf_distill_func_proto(NULL, btf, t, tname, &tgt_info->fmodel);
kernel/bpf/verifier.c
19481
tgt_info->tgt_addr = addr;