Searched refs:tcp_max_swnd (Results 1 – 8 of 8) sorted by relevance
113 uint32_t tcp_max_swnd; /* Maximum swnd we have seen */ member
2894 if (new_swnd > tcp->tcp_max_swnd) in tcp_rput_data()2895 tcp->tcp_max_swnd = new_swnd; in tcp_rput_data()3418 if (new_swnd > tcp->tcp_max_swnd) in tcp_rput_data()3419 tcp->tcp_max_swnd = new_swnd; in tcp_rput_data()3982 if (new_swnd > tcp->tcp_max_swnd) in tcp_rput_data()3983 tcp->tcp_max_swnd = new_swnd; in tcp_rput_data()4435 tcp->tcp_max_swnd = MAX(tcp->tcp_swnd, 2); in tcp_timer()4828 if (len < (tcp->tcp_max_swnd >> 1) && in tcp_wput_data()
300 uint32_t tcp_max_swnd; /* Maximum swnd we have seen */ member
2664 if (new_swnd > tcp->tcp_max_swnd) in tcp_input_data()2665 tcp->tcp_max_swnd = new_swnd; in tcp_input_data()3859 if (new_swnd > tcp->tcp_max_swnd) in tcp_input_data()3860 tcp->tcp_max_swnd = new_swnd; in tcp_input_data()4510 if (new_swnd > tcp->tcp_max_swnd) in tcp_input_data()4511 tcp->tcp_max_swnd = new_swnd; in tcp_input_data()
874 tcp->tcp_max_swnd = MAX(tcp->tcp_swnd, 2); in tcp_timer()
1842 if (len < (tcp->tcp_max_swnd >> 1) && in tcp_send()
2199 tcp->tcp_max_swnd = 0;
1396 uint32_t tcp_max_swnd; /* Maximum swnd we have seen */ member