Searched refs:bpf_trampoline_compute_key (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| A D | trampoline.c | 708 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_link_cgroup_shim() 765 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_unlink_cgroup_shim()
|
| A D | syscall.c | 3339 key = bpf_trampoline_compute_key(tgt_prog, NULL, btf_id); in bpf_tracing_prog_attach() 3394 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, btf_id); in bpf_tracing_prog_attach()
|
| A D | verifier.c | 22277 key = bpf_trampoline_compute_key(tgt_prog, prog->aux->attach_btf, btf_id); in check_attach_btf_id()
|
| /linux/include/linux/ |
| A D | bpf_verifier.h | 837 static inline u64 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, in bpf_trampoline_compute_key() function
|
Completed in 827 milliseconds