Searched refs:last_consecutive (Results 1 – 1 of 1) sorted by relevance
13 last_consecutive: u16, field23 last_consecutive: 0, in new()32 self.last_consecutive = seq; in add()52 self.last_consecutive = seq; in add()55 self.last_consecutive = diff; in add()60 self.last_consecutive = seq; in add()82 let diff = until.wrapping_sub(self.last_consecutive); in missing_seq_numbers()89 let mut i = self.last_consecutive.wrapping_add(1); in missing_seq_numbers()117 let mut i = self.last_consecutive.wrapping_add(1); in fix_last_consecutive()122 self.last_consecutive = i.wrapping_sub(1); in fix_last_consecutive()[all …]