Searched refs:bpf2la_offset (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/loongarch/net/ |
D | bpf_jit.c | 753 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn() 788 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn() 811 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn() 821 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn() 831 jmp_offset = bpf2la_offset(i, off, ctx); in build_insn()
|
D | bpf_jit.h | 47 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset() function
|