Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf_verifier.h461 static inline u64 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, in bpf_trampoline_compute_key() function
/Linux-v5.10/kernel/bpf/
Dsyscall.c2614 key = bpf_trampoline_compute_key(tgt_prog, btf_id); in bpf_tracing_prog_attach()
Dverifier.c11795 key = bpf_trampoline_compute_key(tgt_prog, btf_id); in check_attach_btf_id()