Searched refs:tcp_zero_win_probe (Results 1 – 8 of 8) sorted by relevance
757 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()
2098 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()
494 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()
2133 tcp->tcp_zero_win_probe = 0;
238 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member
3635 } 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 …]
212 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member
1273 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member