Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c377 uint32_t tsused);
500 uint32_t tsused);
1655 log.u_bbr.flex1 = tsused; in rack_log_retran_reason()
4391 thresh = rack_calc_thresh_rack(rack, srtt, tsused); in rack_check_recovery_mode()
4392 if (TSTMP_LT(tsused, rsm->r_tim_lastsent[idx])) { in rack_check_recovery_mode()
7466 uint32_t tsused; in rack_log_ack() local
7977 tsused = tcp_ts_getticks(); in rack_log_ack()
7978 rsm = tcp_rack_output(tp, rack, tsused); in rack_log_ack()
11257 if ((tsused == ts_low) || in tcp_rack_output()
11258 (TSTMP_LT(tsused, ts_low))) { in tcp_rack_output()
[all …]