Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h24 #define TCPS_ALL_ACKED -7 /* Internal state for retransmissions */ macro
H A Dtcp.c1780 if ((state == TCPS_ALL_ACKED) && (tcp->tcp_suna == tcp->tcp_snxt)) { in tcp_state_wait()
2934 if (tcp_state_wait(sock_id, tcp, TCPS_ALL_ACKED) < 0) { in tcp_rput_data()
5183 (void) tcp_state_wait(sock_id, tcp, TCPS_ALL_ACKED); in tcp_wput_data()