Searched refs:last_sent_time (Results 1 – 5 of 5) sorted by relevance
2922 sq->last_sent_time = *sq->outnet->now_tv;3105 sq->qbuflen, &sq->last_sent_time, sq->outnet->now_tv,3141 } else if(now.tv_sec > sq->last_sent_time.tv_sec ||3142 (now.tv_sec == sq->last_sent_time.tv_sec &&3143 now.tv_usec > sq->last_sent_time.tv_usec)) {3145 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*10003146 + ((int)now.tv_usec - (int)sq->last_sent_time.tv_usec)/1000;3177 sq->last_sent_time = *sq->outnet->now_tv;3206 sq->last_sent_time = *sq->outnet->now_tv;3319 sq->qbuf, sq->qbuflen, &sq->last_sent_time,[all …]
506 struct timeval last_sent_time; member
855 if (net->last_sent_time.tv_sec) { in sctp_t3rxt_timer()856 ms_goneby = (uint32_t)(now.tv_sec - net->last_sent_time.tv_sec) * 1000; in sctp_t3rxt_timer()1447 if ((net->last_sent_time.tv_sec > 0) || in sctp_heartbeat_timer()1448 (net->last_sent_time.tv_usec > 0)) { in sctp_heartbeat_timer()1452 timevalsub(&diff, &net->last_sent_time); in sctp_heartbeat_timer()
294 struct timeval last_sent_time; member
4911 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()7058 data_list[i]->sent_rcv_time = net->last_sent_time; in sctp_clean_up_datalist()8209 net->last_sent_time = *now; in sctp_med_chunk_output()8497 net->last_sent_time = *now; in sctp_med_chunk_output()8845 net->last_sent_time = *now; in sctp_med_chunk_output()