Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dtrampoline.c999 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr) in __bpf_tramp_exit() function
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp.c2223 if (emit_call(&prog, __bpf_tramp_exit, prog)) { in arch_prepare_bpf_trampoline()
/linux-6.1.9/include/linux/
Dbpf.h873 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1929 emit_call((const u64)__bpf_tramp_exit, ctx); in prepare_trampoline()