Lines Matching refs:attach_btf_obj_fd
506 __u32 attach_btf_obj_fd; member
1318 prog->attach_btf_obj_fd = mod_btf->fd; in bpf_map__init_kern_struct_ops()
7934 prog->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
7942 opts->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
7953 prog->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
7954 opts->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
8003 load_attr.attach_btf_obj_fd = prog->attach_btf_obj_fd; in bpf_object_load_prog()
10070 attr.attach_btf_obj_fd = prog->attach_btf_obj_fd; in bpf_program__clone()
10083 if (OPTS_GET(opts, attach_btf_obj_fd, 0)) in bpf_program__clone()
10084 attr.attach_btf_obj_fd = OPTS_GET(opts, attach_btf_obj_fd, 0); in bpf_program__clone()
12724 if (prog->attach_btf_obj_fd) { in collect_func_ids_by_glob()
14795 prog->attach_btf_obj_fd = btf_obj_fd; in bpf_program__set_attach_target()