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

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

Completed in 190 milliseconds