Searched refs:tcp_maxseg (Results 1 – 7 of 7) sorted by relevance
189 tp->snd_cwnd = 2 * tcp_maxseg(tp); in tcp_ecn_input_syn_sent()340 tp->snd_cwnd = 2 * tcp_maxseg(tp); in tcp_ecn_input_segment()
317 tp->t_ccv.bytes_this_ack / (tcp_maxseg(tp) * nsegs)); in cc_ack_received()374 maxseg = tcp_maxseg(tp); in cc_conn_init()2581 maxseg = tcp_maxseg(tp); in tcp_do_segment()2861 (maxseg = tcp_maxseg(tp))))) { in tcp_do_segment()4082 *maxsegp = tcp_maxseg(tp); in tcp_do_prr_ack()4165 u_int maxseg = tcp_maxseg(tp); in tcp_newreno_partial_ack()
963 *maxsegp = tcp_maxseg(tp); in tcp_sack_partialack()1175 tp->snd_cwnd = tcp_maxseg(tp); in tcp_sack_lost_retransmission()
1459 u_int tcp_maxseg(const struct tcpcb *);
1704 tp->snd_cwnd = tcp_maxseg(tp); in tcp_default_output()
3506 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg() function
1979 return (tcp_compute_initwnd(tcp_maxseg(rack->rc_tp))); in rc_init_window()2407 bw = tcp_compute_initwnd(tcp_maxseg(rack->rc_tp)); in rack_get_gp_est()