Home
last modified time | relevance | path

Searched refs:tcp_fixed_maxseg (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/cc/
H A Dcc.c443 rw = tcp_compute_initwnd(tcp_fixed_maxseg(ccv->ccvc.tcp)); in newreno_cc_after_idle()
460 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in newreno_cc_cong_signal()
H A Dcc_htcp.c287 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in htcp_cong_signal()
H A Dcc_dctcp.c248 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in dctcp_cong_signal()
H A Dcc_newreno.c372 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in newreno_cong_signal()
H A Dcc_cubic.c427 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in cubic_cong_signal()
/freebsd/sys/netinet/tcp_stacks/
H A Dsack_filter.c106 static u_int tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg() function
580 segmax = tcp_fixed_maxseg(tp); in sack_filter_blks()
H A Drack_bbr_common.c938 return (tcp_fixed_maxseg(tp)); in ctf_fixed_maxseg()
/freebsd/sys/netinet/
H A Dtcp_var.h1439 u_int tcp_fixed_maxseg(const struct tcpcb *);
H A Dtcp_subr.c3485 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg() function