Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c60 const struct bpf_prog *skf; member
164 if ((ctx->skf->len > 1) || in saved_regs()
165 (ctx->skf->insns[0].code == (BPF_RET | BPF_A))) in saved_regs()
230 if (bpf_needs_clear_a(&ctx->skf->insns[0])) in build_prologue()
298 offset = ctx->offsets[ctx->skf->len]; in imm_offset()
447 _emit(cond, ARM_B(b_imm(ctx->skf->len, ctx)), ctx); in emit_err_ret()
515 const struct bpf_prog *prog = ctx->skf; in build_body()
843 if (i != ctx->skf->len - 1) in build_body()
1001 ctx.skf = fp; in bpf_jit_compile()
1004 ctx.offsets = kzalloc(4 * (ctx.skf->len + 1), GFP_KERNEL); in bpf_jit_compile()
/linux-4.4.14/arch/mips/net/
Dbpf_jit.c99 const struct bpf_prog *skf; member
630 if (bpf_needs_clear_a(&ctx->skf->insns[0])) in build_prologue()
654 const struct bpf_prog *prog = ctx->skf; in build_body()
1206 ctx.skf = fp; in bpf_jit_compile()