Searched refs:attach_btf_obj_fd (Results 1 – 7 of 7) sorted by relevance
262 __u32 attach_btf_obj_fd; member
658 offsetof(union bpf_attr, attach_btf_obj_fd))); in bpf_gen__prog_load()668 attr_field(prog_load_attr, attach_btf_obj_fd)); in bpf_gen__prog_load()
241 attr.attach_btf_obj_fd = load_attr->attach_btf_obj_fd; in libbpf__bpf_prog_load()
300 __u32 attach_btf_obj_fd; member6106 load_attr.attach_btf_obj_fd = prog->attach_btf_obj_fd; in load_program()6260 prog->attach_btf_obj_fd = btf_obj_fd; in bpf_program__load()10539 prog->attach_btf_obj_fd = btf_obj_fd; in bpf_program__set_attach_target()
1335 __u32 attach_btf_obj_fd; member
2218 attach_btf = btf_get_by_fd(attr->attach_btf_obj_fd); in bpf_prog_load()