Searched defs:j32 (Results 1 – 1 of 1) sorted by relevance
551 static int feasible_jit_jump(u32 from_off, u32 to_off, u8 cond, bool j32) in feasible_jit_jump()588 const bool j32 = (BPF_CLASS(insn->code) == BPF_JMP32) ? true : false; in handle_jumps() local