Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h649 uint32_t rc_bbr_enters_probertt; /* Timestamp we entered member
H A Dbbr.c1907 log.u_bbr.flex6 = bbr->r_ctl.rc_bbr_enters_probertt; in bbr_log_type_bw_reduce()
10836 bbr->r_ctl.rc_bbr_enters_probertt = cts; in bbr_enter_probe_rtt()
10839 bbr->r_ctl.rc_bbr_enters_probertt = 0; in bbr_enter_probe_rtt()
11303 if (bbr->r_ctl.rc_bbr_enters_probertt == 0) { in bbr_state_change()
11307 bbr->r_ctl.rc_bbr_enters_probertt = cts; in bbr_state_change()
11309 if (bbr->r_ctl.rc_bbr_enters_probertt == 0) in bbr_state_change()
11310 bbr->r_ctl.rc_bbr_enters_probertt = 1; in bbr_state_change()
11322 if ((bbr->r_ctl.rc_bbr_enters_probertt == 0) && in bbr_state_change()
11354 if (bbr->r_ctl.rc_bbr_enters_probertt && in bbr_state_change()
11355 (TSTMP_GT(cts, bbr->r_ctl.rc_bbr_enters_probertt)) && in bbr_state_change()
[all …]