Home
last modified time | relevance | path

Searched refs:tcp_ms_we_have_waited (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c928 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()
941 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()
996 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()
1045 tcp->tcp_ms_we_have_waited += ms; in tcp_timer()
H A Dtcp_input.c2648 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
3842 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
4085 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
4270 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
H A Dtcp.c2415 tcp->tcp_ms_we_have_waited = 0; in tcp_init_values()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h148 uint32_t tcp_ms_we_have_waited; /* Total retrans time */ member
H A Dtcp.c3401 tcp->tcp_ms_we_have_waited = 0; in tcp_rput_data()
3646 tcp->tcp_ms_we_have_waited = 0; in tcp_rput_data()
3789 tcp->tcp_ms_we_have_waited = 0; in tcp_rput_data()
4463 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()
4504 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()
4543 tcp->tcp_ms_we_have_waited += ms; in tcp_timer()
5413 tcp->tcp_ms_we_have_waited = 0; in tcp_init_values()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h288 clock_t tcp_ms_we_have_waited; /* Total retrans time */ member
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1367 clock_t tcp_ms_we_have_waited; /* Total retrans time */ member