Searched refs:tsused (Results 1 – 1 of 1) sorted by relevance
460 uint32_t tsused);584 uint32_t tsused);2662 rack_log_retran_reason(struct tcp_rack *rack, struct rack_sendmap *rsm, uint32_t tsused, uint32_t t… in rack_log_retran_reason() argument2681 log.u_bbr.flex1 = tsused; in rack_log_retran_reason()6084 rack_check_recovery_mode(struct tcpcb *tp, uint32_t tsused) in rack_check_recovery_mode() argument6112 thresh = rack_calc_thresh_rack(rack, srtt, tsused, __LINE__, 1); in rack_check_recovery_mode()6113 if (TSTMP_LT(tsused, ((uint32_t)rsm->r_tim_lastsent[idx]))) { in rack_check_recovery_mode()6116 if ((tsused - ((uint32_t)rsm->r_tim_lastsent[idx])) < thresh) { in rack_check_recovery_mode()10786 uint32_t tsused; in rack_log_ack() local11007 tsused = tcp_get_usecs(NULL); in rack_log_ack()[all …]