Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1334 struct bpf_trampoline *bpf_trampoline_get(u64 key,
1426 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get() function
/linux/kernel/bpf/
H A Dsyscall.c3551 tr = bpf_trampoline_get(key, &tgt_info); in bpf_tracing_prog_attach()
H A Dverifier.c22950 tr = bpf_trampoline_get(key, &tgt_info); in check_attach_btf_id()