Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.c1061 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
1096 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
1119 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
1129 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
1141 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
1143 jmp_offset = bpf2la_offset(i, imm, ctx); in build_insn()
H A Dbpf_jit.h55 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset() function