Searched refs:off_is_neg (Results 1 – 1 of 1) sorted by relevance
14234 bool off_is_neg = reg_smin(off_reg) < 0; in sanitize_ptr_alu() local14256 info->mask_to_left = (opcode == BPF_ADD && off_is_neg) || in sanitize_ptr_alu()14257 (opcode == BPF_SUB && !off_is_neg); in sanitize_ptr_alu()14271 alu_state = off_is_neg ? BPF_ALU_NEG_VALUE : 0; in sanitize_ptr_alu()