Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c460 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() argument
2681 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() argument
6112 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() local
11007 tsused = tcp_get_usecs(NULL); in rack_log_ack()
[all …]