Home
last modified time | relevance | path

Searched refs:will_send_shutdown (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/
H A Dmod.rs204 will_send_shutdown: Arc<AtomicBool>, field
262 self.will_send_shutdown.store(true, Ordering::SeqCst); in shutdown()
310 let will_send_shutdown = Arc::clone(&ai.will_send_shutdown); in new() localVariable
410 will_send_shutdown, in new()
H A Dassociation_internal.rs17 pub(crate) will_send_shutdown: Arc<AtomicBool>, field
515 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()