Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c757 if (tcp->tcp_swnd == 0 || tcp->tcp_zero_win_probe) { in tcp_timer()
830 tcp->tcp_zero_win_probe = B_TRUE; in tcp_timer()
925 if ((tcp->tcp_zero_win_probe == 0) || in tcp_timer()
989 if (tcp->tcp_rtt_sa != 0 && tcp->tcp_zero_win_probe == 0) { in tcp_timer()
1021 if (tcp->tcp_zero_win_probe == 0) { in tcp_timer()
H A Dtcp_input.c2098 if (tcp->tcp_zero_win_probe) { in tcp_ack_mp()
3964 } else if (tcp->tcp_zero_win_probe) { in tcp_input_data()
3973 tcp->tcp_zero_win_probe = 0; in tcp_input_data()
4171 if (tcp->tcp_zero_win_probe != 0) { in tcp_input_data()
4172 tcp->tcp_zero_win_probe = 0; in tcp_input_data()
H A Dtcp_output.c494 if (tcp->tcp_cork && !tcp->tcp_zero_win_probe) { in tcp_wput_data()
1862 len == 1) && (! tcp->tcp_zero_win_probe)) { in tcp_send()
3704 if (tcp->tcp_ecn_ok && !tcp->tcp_zero_win_probe) { in tcp_fill_header()
H A Dtcp.c2133 tcp->tcp_zero_win_probe = 0;
/onnv-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.c3635 } else if (tcp->tcp_zero_win_probe) { in tcp_rput_data()
3644 tcp->tcp_zero_win_probe = 0; in tcp_rput_data()
3796 if (tcp->tcp_zero_win_probe != 0) { in tcp_rput_data()
3797 tcp->tcp_zero_win_probe = 0; in tcp_rput_data()
4349 if (tcp->tcp_swnd == 0 || tcp->tcp_zero_win_probe) { in tcp_timer()
4416 tcp->tcp_zero_win_probe = B_TRUE; in tcp_timer()
4469 if ((tcp->tcp_zero_win_probe == 0) || in tcp_timer()
4515 if (tcp->tcp_zero_win_probe == 0) { in tcp_timer()
4544 if (tcp->tcp_zero_win_probe == 0) { in tcp_timer()
4831 len == 1) && (! tcp->tcp_zero_win_probe)) { in tcp_wput_data()
[all …]
/onnv-gate/usr/src/uts/common/inet/
H A Dtcp.h212 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member
/onnv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1273 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member