Searched refs:time_in (Results 1 – 1 of 1) sorted by relevance
2189 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() argument2195 log.u_bbr.flex1 = time_in; in bbr_log_type_pesist()3673 uint32_t time_in; in bbr_ack_received() local3676 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() local7893 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 …]