Home
last modified time | relevance | path

Searched refs:ctf_fixed_maxseg (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.h133 ctf_fixed_maxseg(struct tcpcb *tp);
H A Drack.c2937 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 …]
H A Drack_bbr_common.c818 ctf_fixed_maxseg(struct tcpcb *tp) in ctf_fixed_maxseg() function