Searched refs:tcp_cwnd_max (Results 1 – 6 of 6) sorted by relevance
133 uint32_t tcp_cwnd_max; member
2009 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()2010 tcp->tcp_cwnd_max = rwnd; in tcp_rwnd_set()3628 if (cwnd > tcp->tcp_cwnd_max) in tcp_rput_data()3629 cwnd = tcp->tcp_cwnd_max; in tcp_rput_data()3839 tcp->tcp_cwnd = MIN(cwnd + add, tcp->tcp_cwnd_max); in tcp_rput_data()5415 tcp->tcp_cwnd_max = tcp_cwnd_max_; in tcp_init_values()
282 uint32_t tcp_cwnd_max; member
2183 DONTCARE(tcp->tcp_cwnd_max); /* Init in tcp_init_values */2417 tcp->tcp_cwnd_max = tcps->tcps_cwnd_max_; in tcp_init_values()2987 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()2988 tcp->tcp_cwnd_max = rwnd; in tcp_rwnd_set()3064 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()3065 tcp->tcp_cwnd_max = rwnd; in tcp_rwnd_set()
4066 if (cwnd > tcp->tcp_cwnd_max) in tcp_input_data()4067 cwnd = tcp->tcp_cwnd_max; in tcp_input_data()4320 tcp->tcp_cwnd = MIN(cwnd + add, tcp->tcp_cwnd_max); in tcp_input_data()
1359 uint32_t tcp_cwnd_max; member