Searched refs:tcp_zero_win_probe (Results 1 – 7 of 7) sorted by relevance
781 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()
2229 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()
510 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()
2149 tcp->tcp_zero_win_probe = 0; in tcp_reinit_values()
238 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member
3634 } 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 …]
213 tcp_zero_win_probe: 1, /* Zero win probing is in progress */ member