Searched refs:attach_btf (Results 1 – 4 of 4) sorted by relevance
1785 if (prog->aux->attach_btf) in __bpf_prog_put_noref()2258 if (IS_ERR(attach_btf)) in bpf_prog_load()2264 btf_put(attach_btf); in bpf_prog_load()2271 if (IS_ERR(attach_btf)) in bpf_prog_load()2273 if (!attach_btf) in bpf_prog_load()2275 btf_get(attach_btf); in bpf_prog_load()2284 if (attach_btf) in bpf_prog_load()2285 btf_put(attach_btf); in bpf_prog_load()2294 if (attach_btf) in bpf_prog_load()2295 btf_put(attach_btf); in bpf_prog_load()[all …]
4814 return prog->aux->attach_btf; in bpf_prog_get_target_btf()
13598 btf = tgt_prog ? tgt_prog->aux->btf : prog->aux->attach_btf; in bpf_check_attach_target()13896 key = bpf_trampoline_compute_key(tgt_prog, prog->aux->attach_btf, btf_id); in BTF_SET_START()
866 struct btf *attach_btf; member
Completed in 49 milliseconds