Searched refs:tcp_initial_cwnd (Results 1 – 6 of 6) sorted by relevance
278 tcp_initial_cwnd(struct tcpcb *tp) in tcp_initial_cwnd() function
332 tp->snd_cwnd = max(tcp_initial_cwnd(tp), cwnd * tp->t_maxseg); in tcp_newreno_switch_cc()
129 if (tp->t_inpcb->inp_stat->txbytes <= tcp_initial_cwnd(tp) && in tcp_cubic_cwnd_init_or_reset()380 abc_lim = tcp_initial_cwnd(tp); in tcp_cubic_ack_rcvd()
121 tp->snd_cwnd = tcp_initial_cwnd(tp); in tcp_cc_cwnd_init_or_reset()
1152 tp->snd_cwnd = tcp_initial_cwnd(tp); in tcp_newtcpcb()1163 tp->rfbuf_space = tcp_initial_cwnd(tp); in tcp_newtcpcb()
1390 tp->snd_cwnd = max(tp->snd_cwnd, tcp_initial_cwnd(tp)); in tcp_bad_rexmt_restore_state()6201 tcp_initial_cwnd(tp)) ? in tcp_compute_rtt()