Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c859 if (net->last_sent_time.tv_sec) { in sctp_t3rxt_timer()
860 ms_goneby = (now.tv_sec - net->last_sent_time.tv_sec) * 1000; in sctp_t3rxt_timer()
1455 if ((net->last_sent_time.tv_sec > 0) || in sctp_heartbeat_timer()
1456 (net->last_sent_time.tv_usec > 0)) { in sctp_heartbeat_timer()
1460 timevalsub(&diff, &net->last_sent_time); in sctp_heartbeat_timer()
H A Dsctp_structs.h277 struct timeval last_sent_time; member
H A Dsctp_output.c4899 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
6957 data_list[i]->sent_rcv_time = net->last_sent_time; in sctp_clean_up_datalist()
8165 net->last_sent_time = *now; in sctp_med_chunk_output()
8441 net->last_sent_time = *now; in sctp_med_chunk_output()
8777 net->last_sent_time = *now; in sctp_med_chunk_output()