Searched refs:attach_btf (Results 1 – 5 of 5) sorted by relevance
2539 if (IS_ERR(attach_btf)) in bpf_prog_load()2545 btf_put(attach_btf); in bpf_prog_load()2552 if (IS_ERR(attach_btf)) in bpf_prog_load()2554 if (!attach_btf) in bpf_prog_load()2556 btf_get(attach_btf); in bpf_prog_load()2565 if (attach_btf) in bpf_prog_load()2566 btf_put(attach_btf); in bpf_prog_load()2575 if (attach_btf) in bpf_prog_load()2576 btf_put(attach_btf); in bpf_prog_load()2581 prog->aux->attach_btf = attach_btf; in bpf_prog_load()[all …]
671 p->aux->attach_btf = prog->aux->attach_btf; in cgroup_shim_alloc()672 btf_get(p->aux->attach_btf); in cgroup_shim_alloc()717 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_link_cgroup_shim()774 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_unlink_cgroup_shim()
5889 return prog->aux->attach_btf; in bpf_prog_get_target_btf()
17286 btf = tgt_prog ? tgt_prog->aux->btf : prog->aux->attach_btf; in bpf_check_attach_target()17621 key = bpf_trampoline_compute_key(tgt_prog, prog->aux->attach_btf, btf_id); in check_attach_btf_id()
1298 struct btf *attach_btf; member
Completed in 65 milliseconds