Searched refs:found_tail (Results 1 – 1 of 1) sorted by relevance
86 let mut found_tail: Option<u32> = None; in too_old() localVariable104 found_tail = Some(packet.header.timestamp); in too_old()110 if found_tail.is_none() { in too_old()114 found_tail.unwrap() - found_head.unwrap() > self.max_late_timestamp in too_old()