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