Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_newreno.c221 rw = tcp_compute_initwnd(tcp_maxseg(ccv->ccvc.tcp)); in newreno_after_idle()
240 mss = tcp_maxseg(ccv->ccvc.tcp); in newreno_cong_signal()
H A Dcc_htcp.c277 mss = tcp_maxseg(ccv->ccvc.tcp); in htcp_cong_signal()
H A Dcc_cubic.c286 mss = tcp_maxseg(ccv->ccvc.tcp); in cubic_cong_signal()
H A Dcc_dctcp.c238 mss = tcp_maxseg(ccv->ccvc.tcp); in dctcp_cong_signal()
/f-stack/freebsd/netinet/
H A Dtcp_input.c337 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()
H A Dtcp_sack.c790 u_int maxseg = tcp_maxseg(tp); in tcp_sack_partialack()
H A Dtcp_var.h1003 u_int tcp_maxseg(const struct tcpcb *);
H A Dtcp_output.c339 min(len, tcp_maxseg(tp))); in tcp_output()
H A Dtcp_subr.c3018 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg() function
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1003 u_int tcp_maxseg(const struct tcpcb *);
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c1499 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()