Searched refs:send_time (Results 1 – 4 of 4) sorted by relevance
257 if (e->ack_time > rack->r_ctl.pcm_i.send_time) { in rack_update_pcm_ack() 258 log.u_bbr.flex4 = (uint32_t)(e->ack_time - rack->r_ctl.pcm_i.send_time); in rack_update_pcm_ack() 270 log.u_bbr.cur_del_rate = rack->r_ctl.pcm_i.send_time; in rack_update_pcm_ack() 284 if (prev_time > rack->r_ctl.pcm_i.send_time) { in rack_update_pcm_ack() 299 log.u_bbr.cur_del_rate = rack->r_ctl.pcm_i.send_time; in rack_update_pcm_ack() 303 log.u_bbr.delRate /= (prev_time - rack->r_ctl.pcm_i.send_time); in rack_update_pcm_ack()
360 uint64_t send_time; member
2955 rack_log_rtt_sample_calc(struct tcp_rack *rack, uint32_t rtt, uint32_t send_time, uint32_t ack_time… in rack_log_rtt_sample_calc() argument2964 log.u_bbr.flex2 = send_time; in rack_log_rtt_sample_calc()8446 rack->r_ctl.pcm_i.send_time = cts; in rack_log_output()
4567 int send_time = 0, ret; in ssl_fill_hello_random() local4572 send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; in ssl_fill_hello_random()4574 send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; in ssl_fill_hello_random()4575 if (send_time) { in ssl_fill_hello_random()