Searched refs:ShutdownReceived (Results 1 – 4 of 4) sorted by relevance
74 ShutdownReceived = 6, enumerator86 6 => AssociationState::ShutdownReceived, in from()102 AssociationState::ShutdownReceived => "ShutdownReceived", in fmt()
575 | AssociationState::ShutdownReceived => { in gather_outbound()1366 && state != AssociationState::ShutdownReceived in handle_sack()1498 } else if state == AssociationState::ShutdownReceived { in postprocess_sack()1515 self.set_state(AssociationState::ShutdownReceived); in handle_shutdown()
435 AssociationState::ShutdownReceived, in test_assoc_handle_init()
301 | AssociationState::ShutdownReceived => return Err(Error::ErrStreamClosed), in prepare_write()