Searched refs:pto_timeout (Results 1 – 1 of 1) sorted by relevance
542 let mut pto_timeout = None; in pto_time_and_space() localVariable554 return (pto_timeout, pto_space); in pto_time_and_space()564 if pto_timeout.is_none() || new_time < pto_timeout { in pto_time_and_space()565 pto_timeout = new_time; in pto_time_and_space()570 (pto_timeout, pto_space) in pto_time_and_space()