Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c899 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()
912 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()
967 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()
1006 tcp->tcp_ms_we_have_waited += ms; in tcp_timer()
H A Dtcp_input.c2727 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
3959 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
4200 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
4384 tcp->tcp_ms_we_have_waited = 0; in tcp_input_data()
H A Dtcp.c2436 tcp->tcp_ms_we_have_waited = 0; in tcp_init_values()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h148 uint32_t tcp_ms_we_have_waited; /* Total retrans time */ member
H A Dtcp.c3400 tcp->tcp_ms_we_have_waited = 0; in tcp_rput_data()
3645 tcp->tcp_ms_we_have_waited = 0; in tcp_rput_data()
3788 tcp->tcp_ms_we_have_waited = 0; in tcp_rput_data()
4461 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()
4502 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()
4541 tcp->tcp_ms_we_have_waited += ms; in tcp_timer()
5411 tcp->tcp_ms_we_have_waited = 0; in tcp_init_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h290 clock_t tcp_ms_we_have_waited; /* Total retrans time */ member