Home
last modified time | relevance | path

Searched refs:attach_btf_obj_fd (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dmodule_fentry_shadow.c101 load_opts.attach_btf_obj_fd = btf_fd[i]; in test_module_fentry_shadow()
/tools/lib/bpf/
A Dbpf.c244 __u32 log_size, log_level, attach_prog_fd, attach_btf_obj_fd; in bpf_prog_load() local
283 attach_btf_obj_fd = OPTS_GET(opts, attach_btf_obj_fd, 0); in bpf_prog_load()
285 if (attach_prog_fd && attach_btf_obj_fd) in bpf_prog_load()
292 attr.attach_btf_obj_fd = attach_btf_obj_fd; in bpf_prog_load()
A Dbpf.h85 __u32 attach_btf_obj_fd; member
A Dgen_loader.c1094 offsetof(union bpf_attr, attach_btf_obj_fd))); in bpf_gen__prog_load()
1104 attr_field(prog_load_attr, attach_btf_obj_fd)); in bpf_gen__prog_load()
A Dlibbpf.c487 __u32 attach_btf_obj_fd; member
1280 prog->attach_btf_obj_fd = mod_btf->fd; in bpf_map__init_kern_struct_ops()
7459 prog->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
7467 opts->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
7516 load_attr.attach_btf_obj_fd = prog->attach_btf_obj_fd; in bpf_object_load_prog()
13815 prog->attach_btf_obj_fd = btf_obj_fd; in bpf_program__set_attach_target()
/tools/include/uapi/linux/
A Dbpf.h1583 __u32 attach_btf_obj_fd; member

Completed in 48 milliseconds