Home
last modified time | relevance | path

Searched refs:rc_rtt_shrinks (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h564 uint32_t rc_rtt_shrinks; /* Time of last rtt shrinkage Lock(a) */ member
H A Dbbr.c2096 log.u_bbr.flex2 = bbr->r_ctl.rc_rtt_shrinks; in bbr_log_type_statechange()
2124 log.u_bbr.flex2 = bbr->r_ctl.rc_rtt_shrinks; in bbr_log_rtt_shrinks()
2233 log.u_bbr.flex2 = bbr->r_ctl.rc_rtt_shrinks; in bbr_log_ack_clear()
6499 bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_set_reduced_rtt()
8043 bbr->r_ctl.last_in_probertt = bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_exit_persist()
10177 bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_init()
10792 bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_enter_probe_rtt()
10928 bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_exit_probe_rtt()
10983 (bbr_calc_time(cts, bbr->r_ctl.rc_rtt_shrinks) >= bbr->r_ctl.rc_probertt_int)) { in bbr_should_enter_probe_rtt()
11276 bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_state_change()