Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c60 const struct bpf_prog *skf; member
139 if ((ctx->skf->len > 1) || in saved_regs()
140 (ctx->skf->insns[0].code == (BPF_RET | BPF_A))) in saved_regs()
205 if (bpf_needs_clear_a(&ctx->skf->insns[0])) in build_prologue()
273 offset = ctx->offsets[ctx->skf->len]; in imm_offset()
422 _emit(cond, ARM_B(b_imm(ctx->skf->len, ctx)), ctx); in emit_err_ret()
483 const struct bpf_prog *prog = ctx->skf; in build_body()
786 if (i != ctx->skf->len - 1) in build_body()
895 ctx.skf = fp; in bpf_jit_compile()
898 ctx.offsets = kzalloc(4 * (ctx.skf->len + 1), GFP_KERNEL); in bpf_jit_compile()
/linux-4.1.27/arch/mips/net/
Dbpf_jit.c134 const struct bpf_prog *skf; member
689 if (bpf_needs_clear_a(&ctx->skf->insns[0])) in build_prologue()
740 const struct bpf_prog *prog = ctx->skf; in build_body()
1330 ctx.skf = fp; in bpf_jit_compile()