Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c781 if (tcp->tcp_swnd == 0 || tcp->tcp_zero_win_probe) { in tcp_timer()
825 tcp->tcp_zero_win_probe = B_TRUE; in tcp_timer()
921 if ((tcp->tcp_zero_win_probe == 0) || in tcp_timer()
985 if (tcp->tcp_rtt_sa != 0 && tcp->tcp_zero_win_probe == 0) { in tcp_timer()
1007 if (tcp->tcp_zero_win_probe == 0) { in tcp_timer()
H A Dtcp_input.c2229 if (tcp->tcp_zero_win_probe) { in tcp_ack_mp()
4257 } else if (tcp->tcp_zero_win_probe) { in tcp_input_data()
4266 tcp->tcp_zero_win_probe = 0; in tcp_input_data()
4459 if (tcp->tcp_zero_win_probe != 0) { in tcp_input_data()
4460 tcp->tcp_zero_win_probe = 0; in tcp_input_data()
H A Dtcp_output.c510 if (tcp->tcp_cork && !tcp->tcp_zero_win_probe) { in tcp_wput_data()
1877 len == 1) && (! tcp->tcp_zero_win_probe)) { in tcp_send()
3787 if (tcp->tcp_ecn_ok && !tcp->tcp_zero_win_probe) { in tcp_fill_header()
H A Dtcp.c2149 tcp->tcp_zero_win_probe = 0; in tcp_reinit_values()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h238 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member
H A Dtcp.c3634 } else if (tcp->tcp_zero_win_probe) { in tcp_rput_data()
3643 tcp->tcp_zero_win_probe = 0; in tcp_rput_data()
3795 if (tcp->tcp_zero_win_probe != 0) { in tcp_rput_data()
3796 tcp->tcp_zero_win_probe = 0; in tcp_rput_data()
4347 if (tcp->tcp_swnd == 0 || tcp->tcp_zero_win_probe) { in tcp_timer()
4414 tcp->tcp_zero_win_probe = B_TRUE; in tcp_timer()
4467 if ((tcp->tcp_zero_win_probe == 0) || in tcp_timer()
4513 if (tcp->tcp_zero_win_probe == 0) { in tcp_timer()
4542 if (tcp->tcp_zero_win_probe == 0) { in tcp_timer()
4829 len == 1) && (! tcp->tcp_zero_win_probe)) { in tcp_wput_data()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h213 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member