Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_core.c68 * bpf2insn: Used to find the translation for instructions of interest.
75 u32 *bpf2insn; member
86 * bpf2insn: Maps BPF insn indices to their counterparts in jit.buf.
104 u32 *bpf2insn;
173 * there are valid offsets in ctx->bpf2insn array. in jit_ctx_init()
183 * allocations are: ctx->jit_data and ctx->bpf2insn.
207 maybe_free(ctx, (void **)&ctx->bpf2insn);
210 if (!ctx->bpf2insn)
503 * Based on input "insn", consult "ctx->bpf2insn" to get the in check_bpf_jump()
513 return ctx->bpf2insn[id
107 u32 *bpf2insn; global() member
[all...]