Searched refs:bpf2insn_valid (Results 1 – 1 of 1) sorted by relevance
87 * bpf2insn_valid: Indicates if "bpf2ins" is populated with the mappings.105 bool bpf2insn_valid;177 return ctx->bpf2insn_valid; in jit_ctx_init() 211 ctx->bpf2insn_valid = false;1072 ctx->bpf2insn_valid = true; in handle_body() 1276 ctx->bpf2insn_valid = ctx->bpf2insn ? true : false; in jit_resume_context() 108 bool bpf2insn_valid; global() member