Lines Matching defs:attach_btf_id
485 __u32 attach_btf_id;
1280 * attach_btf_id and member_idx
1282 if (!prog->attach_btf_id) {
1283 prog->attach_btf_id = kern_type_id;
1292 if (prog->attach_btf_id != kern_type_id) {
1293 pr_warn("struct_ops init_kern %s func ptr %s: invalid reuse of prog %s in sec %s with type %u: attach_btf_id %u != kern_type_id %u\n",
1295 prog->attach_btf_id, kern_type_id);
7486 if ((def & SEC_ATTACH_BTF) && !prog->attach_btf_id) {
7513 prog->attach_btf_id = btf_type_id;
7516 * prog->atach_btf_obj_fd/prog->attach_btf_id anymore because
7521 opts->attach_btf_id = btf_type_id;
7553 if (prog->attach_btf_id == 0) {
7570 load_attr.attach_btf_id = prog->attach_btf_id;
13888 prog->attach_btf_id = btf_id;