Searched refs:dst_insn_ptr (Results 1 – 1 of 1) sorted by relevance
82 let dst_insn_ptr = insn_ptr as isize + 1 + insn.off as isize; in check_jmp_offset() localVariable83 if dst_insn_ptr < 0 || dst_insn_ptr as usize >= (prog.len() / ebpf::INSN_SIZE) { in check_jmp_offset()89 let dst_insn = ebpf::get_insn(prog, dst_insn_ptr as usize); in check_jmp_offset()