Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dtrampoline.c994 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr) in __bpf_tramp_enter() function
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp.c2147 if (emit_call(&prog, __bpf_tramp_enter, prog)) { in arch_prepare_bpf_trampoline()
/linux-6.1.9/include/linux/
Dbpf.h872 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr);
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1886 emit_call((const u64)__bpf_tramp_enter, ctx); in prepare_trampoline()