Searched refs:bpf_index (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) -
556 u32 *descp = &ctx->descriptors[ctx->bpf_index];
580 int target = ctx->bpf_index + bpf_off + 1;
581 int origin = ctx->bpf_index + 1;
686 if (CONVERTED(ctx->descriptors[ctx->bpf_index])) {
687 int target = get_target(ctx, ctx->bpf_index + bpf_off + 1);
828 int target = get_target(ctx, ctx->bpf_index + off + 1);
864 ctx->bpf_index = i;
H A Dbpf_jit_comp.h79 u32 bpf_index; /* Index of current BPF program insn */ member in struct:jit_context
H A Dbpf_jit_comp64.c1052 if (ctx->bpf_index == ctx->program->len - 1)
1067 ctx->bpf_index, code);
H A Dbpf_jit_comp32.c1887 if (ctx->bpf_index == ctx->program->len - 1)
1902 ctx->bpf_index, code);
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c853 const u8 bpf_index = bpf2sparc[BPF_REG_3]; local
861 emit_cmp(bpf_index, tmp, ctx);
877 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx);

Completed in 473 milliseconds