Home
last modified time | relevance | path

Searched refs:bpf2la_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.c752 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
787 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
810 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
820 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
830 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
H A Dbpf_jit.h47 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset() function