Searched refs:ctf_fixed_maxseg (Results 1 – 3 of 3) sorted by relevance
133 ctf_fixed_maxseg(struct tcpcb *tp);
2937 segsiz = min(ctf_fixed_maxseg(rack->rc_tp), in rack_enter_probertt()4031 ctf_fixed_maxseg(tp)) * ctf_fixed_maxseg(tp); in rack_cong_signal()4032 tp->snd_cwnd = ctf_fixed_maxseg(tp); in rack_cong_signal()5202 if (amm > ctf_fixed_maxseg(tp)) { in rack_timeout_tlp()5203 amm = ctf_fixed_maxseg(tp); in rack_timeout_tlp()5208 } else if (amm < ctf_fixed_maxseg(tp)) { in rack_timeout_tlp()6940 ctf_fixed_maxseg(tp))))) { in rack_need_set_test()8050 limit += ctf_fixed_maxseg(tp); in rack_log_ack()8098 segsiz = ctf_fixed_maxseg(tp); in rack_check_bottom_drag()10294 segsiz = min(ctf_fixed_maxseg(tp), in rack_set_pace_segments()[all …]
818 ctf_fixed_maxseg(struct tcpcb *tp) in ctf_fixed_maxseg() function