Searched refs:off_is_neg (Results 1 – 1 of 1) sorted by relevance
5772 bool off_is_neg = off_reg->smin_value < 0; in sanitize_ptr_alu() local5795 info->mask_to_left = (opcode == BPF_ADD && off_is_neg) || in sanitize_ptr_alu()5796 (opcode == BPF_SUB && !off_is_neg); in sanitize_ptr_alu()5810 alu_state = off_is_neg ? BPF_ALU_NEG_VALUE : 0; in sanitize_ptr_alu()