Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c537 mss = min((bbr->rc_tp->t_maxseg - bbr->rc_last_options), bbr->r_ctl.rc_pace_max_segs); in get_min_cwnd()
2963 (bbr->r_ctl.rc_delivered > bbr_initial_cwnd(bbr, bbr->rc_tp))) in __bbr_get_bw()
3038 bbr->r_ctl.rc_lt_lost = bbr->r_ctl.rc_lost; in bbr_reset_lt_bw_interval()
3180 bbr->r_ctl.rc_lt_lost = bbr->r_ctl.rc_lost; in bbr_lt_bw_sampling()
3447 return (bbr_initial_cwnd(bbr, bbr->rc_tp)); in bbr_get_raw_target_cwnd()
5797 bbr->r_ctl.rc_pace_max_segs = bbr_initial_cwnd(bbr, bbr->rc_tp); in tcp_bbr_tso_size_check()
5799 bbr->r_ctl.rc_pace_max_segs = bbr->rc_tp->t_maxseg - bbr->rc_last_options; in tcp_bbr_tso_size_check()
6486 bbr->r_ctl.rc_lt_lost = bbr->r_ctl.rc_lost; in bbr_earlier_retran()
7485 bbr->r_state, bbr); in bbr_log_ack()
7818 bbr_lt_bw_sampling(bbr, bbr->r_ctl.rc_rcvtime, (bbr->r_ctl.rc_lost > lost)); in bbr_process_ack()
[all …]
/f-stack/
H A Dconfig.ini210 #set default stacks:freebsd, rack or bbr
/f-stack/lib/
H A DMakefile524 bbr.c