Home
last modified time | relevance | path

Searched refs:tcp_maxseg (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.c189 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()
H A Dtcp_input.c314 tp->t_ccv.bytes_this_ack / (tcp_maxseg(tp) * nsegs)); in cc_ack_received()
371 maxseg = tcp_maxseg(tp); in cc_conn_init()
2606 maxseg = tcp_maxseg(tp); in tcp_do_segment()
2825 (tcprexmtthresh - 1) * (maxseg = tcp_maxseg(tp)))) { in tcp_do_segment()
4036 *maxsegp = tcp_maxseg(tp); in tcp_do_prr_ack()
4119 u_int maxseg = tcp_maxseg(tp); in tcp_newreno_partial_ack()
H A Dtcp_sack.c963 *maxsegp = tcp_maxseg(tp); in tcp_sack_partialack()
1179 tp->snd_cwnd = tcp_maxseg(tp); in tcp_sack_lost_retransmission()
H A Dtcp_var.h1453 u_int tcp_maxseg(const struct tcpcb *);
H A Dtcp_output.c1692 tp->snd_cwnd = tcp_maxseg(tp); in tcp_default_output()
H A Dtcp_subr.c3751 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg() function
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c1977 return (tcp_compute_initwnd(tcp_maxseg(rack->rc_tp))); in rc_init_window()
2405 bw = tcp_compute_initwnd(tcp_maxseg(rack->rc_tp)); in rack_get_gp_est()