Searched refs:TCP_ESTABLISHED (Results 1 – 6 of 6) sorted by relevance
286 if (m_state == TCP_ESTABLISHED) { in NotifyMTU()320 uint32 rto_limit = (m_state < TCP_ESTABLISHED) ? DEF_RTO : MAX_RTO; in NotifyClock()349 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()355 …if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDL… in NotifyClock()398 if (m_state != TCP_ESTABLISHED) { in Recv()431 if (m_state != TCP_ESTABLISHED) { in Send()566 && ((m_state != TCP_ESTABLISHED) in clock_check()590 if (m_state == TCP_ESTABLISHED) { in clock_check()640 m_state = TCP_ESTABLISHED; in process()739 m_state = TCP_ESTABLISHED; in process()[all …]
76 TCP_LISTEN, TCP_SYN_SENT, TCP_SYN_RECEIVED, TCP_ESTABLISHED, TCP_CLOSED enumerator
127 TCP_ESTABLISHED = 1, enumerator
215 DCCP_OPEN = TCP_ESTABLISHED,
239 case PseudoTcp::TCP_ESTABLISHED: in GetState()
395 [TCP_ESTABLISHED] = "ESTAB",410 [TCP_ESTABLISHED] = "established",