Home
last modified time | relevance | path

Searched refs:attach_btf (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c2539 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 …]
A Dtrampoline.c671 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()
A Dbtf.c5889 return prog->aux->attach_btf; in bpf_prog_get_target_btf()
A Dverifier.c17286 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()
/linux-6.3-rc2/include/linux/
A Dbpf.h1298 struct btf *attach_btf; member

Completed in 64 milliseconds