Lines Matching defs:btf_id
214 t = btf_type_by_id(field->kptr.btf, field->kptr.btf_id);
835 field->kptr.btf_id);
2652 struct btf *attach_btf, u32 btf_id,
2655 if (btf_id) {
2656 if (btf_id > BTF_MAX_TYPE)
2673 if (attach_btf && (!btf_id || dst_prog))
3537 u32 btf_id,
3574 if (!!tgt_prog_fd != !!btf_id) {
3598 key = bpf_trampoline_compute_key(tgt_prog, NULL, btf_id);
3652 btf_id = prog->aux->attach_btf_id;
3653 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, btf_id);
3664 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id,
4194 * should be specified via btf_id during program load.
5003 info.btf_id = btf_obj_id(prog->aux->btf);
5260 info.btf_id = btf_obj_id(map->btf);
5459 return btf_get_fd_by_id(attr->btf_id);