Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.h52 uint32_t wheel_cts; /* bbr->rttProp x */ member
H A Dtcp_hpts.c820 uint32_t slot_on, wheel_cts, last_slot, need_new_to = 0; in tcp_hpts_insert_diag() local
878 wheel_cts = tcp_tv_to_hptstick(&tv); in tcp_hpts_insert_diag()
880 wheel_slot = tick_to_wheel(wheel_cts); in tcp_hpts_insert_diag()
886 diag->wheel_cts = wheel_cts; in tcp_hpts_insert_diag()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2414 log.u_bbr.rttProp = diag->wheel_cts; in bbr_log_hpts_diag()
H A Drack.c6500 log.u_bbr.rttProp = diag->wheel_cts; in rack_log_hpts_diag()