Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2189 bbr_log_type_pesist(struct tcp_bbr *bbr, uint32_t cts, uint32_t time_in, int32_t line, uint8_t ente… in bbr_log_type_pesist() argument
2195 log.u_bbr.flex1 = time_in; in bbr_log_type_pesist()
3673 uint32_t time_in; in bbr_ack_received() local
3676 time_in = bbr->r_ctl.rc_rcvtime - bbr->r_ctl.rc_recovery_start; in bbr_ack_received()
3678 time_in = 0; in bbr_ack_received()
3680 if (time_in >= bbr_get_rtt(bbr, BBR_RTT_PROP)) { in bbr_ack_received()
7891 uint32_t time_in; in bbr_enter_persist() local
7893 time_in = cts - bbr->r_ctl.rc_bbr_state_time; in bbr_enter_persist()
7898 counter_u64_add(bbr_state_time[(idx + 5)], time_in); in bbr_enter_persist()
7900 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_enter_persist()
[all …]