Searched refs:tcp_initial_cwnd (Results 1 – 6 of 6) sorted by relevance
282 tcp_initial_cwnd(struct tcpcb *tp) in tcp_initial_cwnd() function
339 tp->snd_cwnd = max(tcp_initial_cwnd(tp), cwnd * tp->t_maxseg); in tcp_newreno_switch_cc()
158 if (tp->t_inpcb->inp_stat->txbytes <= tcp_initial_cwnd(tp) && in tcp_cubic_cwnd_init_or_reset()409 abc_lim = tcp_initial_cwnd(tp); in tcp_cubic_ack_rcvd()
302 tp->snd_cwnd = tcp_initial_cwnd(tp); in tcp_cc_cwnd_init_or_reset()
1142 tp->snd_cwnd = tcp_initial_cwnd(tp); in tcp_newtcpcb()1153 tp->rfbuf_space = tcp_initial_cwnd(tp); in tcp_newtcpcb()
1439 tp->snd_cwnd = max(tp->snd_cwnd, tcp_initial_cwnd(tp)); in tcp_bad_rexmt_restore_state()5843 tcp_initial_cwnd(tp)) ? in tcp_compute_rtt()