Searched refs:tcp_fixed_maxseg (Results 1 – 12 of 12) sorted by relevance
395 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()
171 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()
196 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()
150 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()
132 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()
111 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in dctcp_ack_received()249 mss = tcp_fixed_maxseg(ccv->tp); in dctcp_cong_signal()
218 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in newreno_ack_received()372 mss = tcp_fixed_maxseg(ccv->tp); in newreno_cong_signal()
419 uint32_t mss = tcp_fixed_maxseg(ccv->tp); in cdg_window_increase()
106 static u_int tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg() function580 segmax = tcp_fixed_maxseg(tp); in sack_filter_blks()
877 return (tcp_fixed_maxseg(tp)); in ctf_fixed_maxseg()
1454 u_int tcp_fixed_maxseg(const struct tcpcb *);
3799 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg() function