Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dmodule_fentry_shadow.c100 load_opts.attach_btf_obj_fd = btf_fd[i]; in test_module_fentry_shadow()
/linux-6.6.21/tools/lib/bpf/
Dbpf.c108 const size_t attr_sz = offsetofend(union bpf_attr, attach_btf_obj_fd); in probe_memcg_account()
238 __u32 log_size, log_level, attach_prog_fd, attach_btf_obj_fd; in bpf_prog_load() local
276 attach_btf_obj_fd = OPTS_GET(opts, attach_btf_obj_fd, 0); in bpf_prog_load()
278 if (attach_prog_fd && attach_btf_obj_fd) in bpf_prog_load()
285 attr.attach_btf_obj_fd = attach_btf_obj_fd; in bpf_prog_load()
Dbpf.h81 __u32 attach_btf_obj_fd; member
Dgen_loader.c1014 offsetof(union bpf_attr, attach_btf_obj_fd))); in bpf_gen__prog_load()
1024 attr_field(prog_load_attr, attach_btf_obj_fd)); in bpf_gen__prog_load()
Dlibbpf.c444 __u32 attach_btf_obj_fd; member
6865 prog->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
6873 opts->attach_btf_obj_fd = btf_obj_fd; in libbpf_prepare_prog_load()
6910 load_attr.attach_btf_obj_fd = prog->attach_btf_obj_fd; in bpf_object_load_prog()
12840 prog->attach_btf_obj_fd = btf_obj_fd; in bpf_program__set_attach_target()
/linux-6.6.21/tools/include/uapi/linux/
Dbpf.h1444 __u32 attach_btf_obj_fd; member
/linux-6.6.21/include/uapi/linux/
Dbpf.h1444 __u32 attach_btf_obj_fd; member
/linux-6.6.21/kernel/bpf/
Dsyscall.c2638 attach_btf = btf_get_by_fd(attr->attach_btf_obj_fd); in bpf_prog_load()