Searched refs:bpf_trampoline_compute_key (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | bpf_verifier.h | 603 static inline u64 bpf_trampoline_compute_key(const struct bpf_prog *tgt_prog, in bpf_trampoline_compute_key() function
|
| /Linux-v6.1/kernel/bpf/ |
| D | trampoline.c | 714 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_link_cgroup_shim() 771 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, in bpf_trampoline_unlink_cgroup_shim()
|
| D | syscall.c | 3009 key = bpf_trampoline_compute_key(tgt_prog, NULL, btf_id); in bpf_tracing_prog_attach() 3055 key = bpf_trampoline_compute_key(NULL, prog->aux->attach_btf, btf_id); in bpf_tracing_prog_attach()
|
| D | verifier.c | 15152 key = bpf_trampoline_compute_key(tgt_prog, prog->aux->attach_btf, btf_id); in BTF_SET_START()
|