Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h69 uint32_t wheel_cts; /* bbr->rttProp x */ member
H A Dtcp_hpts.c902 uint32_t wheel_cts, last_tick; in tcp_hpts_insert_locked() local
927 wheel_cts = tcp_tv_to_hptstick(tv); in tcp_hpts_insert_locked()
929 wheel_tick = tick_to_wheel(wheel_cts); in tcp_hpts_insert_locked()
935 diag->wheel_cts = wheel_cts; in tcp_hpts_insert_locked()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4721 log.u_bbr.rttProp = diag->wheel_cts; in rack_log_hpts_diag()
H A Dbbr.c2435 log.u_bbr.rttProp = diag->wheel_cts; in bbr_log_hpts_diag()