Searched refs:will_send_shutdown (Results 1 – 2 of 2) sorted by relevance
204 will_send_shutdown: Arc<AtomicBool>, field262 self.will_send_shutdown.store(true, Ordering::SeqCst); in shutdown()310 let will_send_shutdown = Arc::clone(&ai.will_send_shutdown); in new() localVariable410 will_send_shutdown, in new()
17 pub(crate) will_send_shutdown: Arc<AtomicBool>, field515 if self.will_send_shutdown.load(Ordering::SeqCst) { in gather_outbound_shutdown_packets()516 self.will_send_shutdown.store(false, Ordering::SeqCst); in gather_outbound_shutdown_packets()1496 self.will_send_shutdown.store(true, Ordering::SeqCst); in postprocess_sack()2263 self.will_send_shutdown.store(true, Ordering::SeqCst); in on_retransmission_timeout()