Home
last modified time | relevance | path

Searched refs:bpf_trampoline_compute_key (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dtrampoline.c1140 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_link_cgroup_shim()
1195 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_unlink_cgroup_shim()
1687 key = bpf_trampoline_compute_key(NULL, btf, ids[i]); in bpf_trampoline_multi_attach()
H A Dsyscall.c3698 key = bpf_trampoline_compute_key(tgt_prog, NULL, btf_id); in bpf_tracing_prog_attach()
3756 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, btf_id); in bpf_tracing_prog_attach()
H A Dverifier.c20548 key = bpf_trampoline_compute_key(tgt_prog, prog->aux->attach_btf, btf_id); in check_attach_btf_id()
/linux/include/linux/
H A Dbpf_verifier.h1180 static inline u64 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, in bpf_trampoline_compute_key() function