Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.c395 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in newreno_cc_post_recovery()
438 rw = tcp_compute_initwnd(tcp_fixed_maxseg(ccv->tp)); in newreno_cc_after_idle()
473 mss = tcp_fixed_maxseg(ccv->tp); in newreno_cc_cong_signal()
513 u_int incr = tcp_fixed_maxseg(ccv->tp); in newreno_cc_cwnd_in_cong_avoid()
553 u_int mss = tcp_fixed_maxseg(ccv->tp); in newreno_cc_cwnd_in_slow_start()
H A Dcc_cubic.c171 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in cubic_does_slow_start()
241 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in cubic_ack_received()
350 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in cubic_after_idle()
424 mss = tcp_fixed_maxseg(ccv->tp); in cubic_cong_signal()
535 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in cubic_post_recovery()
H A Dcc_htcp.c196 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in htcp_ack_received()
288 mss = tcp_fixed_maxseg(ccv->tp); in htcp_cong_signal()
368 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in htcp_post_recovery()
H A Dcc_chd.c150 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in chd_window_decrease()
194 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in chd_window_increase()
384 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in chd_cong_signal()
H A Dcc_vegas.c132 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in vegas_ack_received()
210 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in vegas_cong_signal()
H A Dcc_dctcp.c111 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in dctcp_ack_received()
249 mss = tcp_fixed_maxseg(ccv->tp); in dctcp_cong_signal()
H A Dcc_newreno.c218 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in newreno_ack_received()
372 mss = tcp_fixed_maxseg(ccv->tp); in newreno_cong_signal()
H A Dcc_cdg.c419 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in cdg_window_increase()
/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.c877 return (tcp_fixed_maxseg(tp)); in ctf_fixed_maxseg()
/freebsd/sys/netinet/
H A Dtcp_var.h1454 u_int tcp_fixed_maxseg(const struct tcpcb *);
H A Dtcp_subr.c3799 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg() function