Lines Matching defs:tsused
463 uint32_t tsused);
587 uint32_t tsused);
2685 rack_log_retran_reason(struct tcp_rack *rack, struct rack_sendmap *rsm, uint32_t tsused, uint32_t thresh, int mod)
2704 log.u_bbr.flex1 = tsused;
6107 rack_check_recovery_mode(struct tcpcb *tp, uint32_t tsused)
6135 thresh = rack_calc_thresh_rack(rack, srtt, tsused, __LINE__, 1);
6136 if (TSTMP_LT(tsused, ((uint32_t)rsm->r_tim_lastsent[idx]))) {
6139 if ((tsused - ((uint32_t)rsm->r_tim_lastsent[idx])) < thresh) {
10809 uint32_t tsused;
11030 tsused = tcp_get_usecs(NULL);
11031 rsm = tcp_rack_output(tp, rack, tsused);
17057 tcp_rack_output(struct tcpcb *tp, struct tcp_rack *rack, uint32_t tsused)
17103 thresh = rack_calc_thresh_rack(rack, srtt, tsused, __LINE__, 1);
17104 if ((tsused == ts_low) ||
17105 (TSTMP_LT(tsused, ts_low))) {
17109 if ((tsused - ts_low) < thresh) {
17123 rack_log_retran_reason(rack, rsm, (tsused - ts_low), thresh, 1);