Searched refs:tcp_maxseg (Results 1 – 11 of 11) sorted by relevance
221 rw = tcp_compute_initwnd(tcp_maxseg(ccv->ccvc.tcp)); in newreno_after_idle()240 mss = tcp_maxseg(ccv->ccvc.tcp); in newreno_cong_signal()
277 mss = tcp_maxseg(ccv->ccvc.tcp); in htcp_cong_signal()
286 mss = tcp_maxseg(ccv->ccvc.tcp); in cubic_cong_signal()
238 mss = tcp_maxseg(ccv->ccvc.tcp); in dctcp_cong_signal()
337 tp->ccv->bytes_this_ack / (tcp_maxseg(tp) * nsegs)); in cc_ack_received()394 maxseg = tcp_maxseg(tp); in cc_conn_init()2514 maxseg = tcp_maxseg(tp); in tcp_do_segment()3925 int maxseg = tcp_maxseg(tp); in tcp_prr_partialack()3985 u_int maxseg = tcp_maxseg(tp); in tcp_newreno_partial_ack()
790 u_int maxseg = tcp_maxseg(tp); in tcp_sack_partialack()
1003 u_int tcp_maxseg(const struct tcpcb *);
339 min(len, tcp_maxseg(tp))); in tcp_output()
3018 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg() function
1499 return(tcp_compute_initwnd(tcp_maxseg(rack->rc_tp))); in rc_init_window()1553 bw = tcp_compute_initwnd(tcp_maxseg(rack->rc_tp)); in rack_get_bw()