Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c589 (uint32_t)chk->sent_rcv_time.tv_sec, in sctp_mark_all_for_resend()
590 chk->sent_rcv_time.tv_usec, in sctp_mark_all_for_resend()
593 if ((chk->sent_rcv_time.tv_sec > min_wait.tv_sec) && (window_probe == 0)) { in sctp_mark_all_for_resend()
601 (uint32_t)chk->sent_rcv_time.tv_sec, in sctp_mark_all_for_resend()
602 chk->sent_rcv_time.tv_usec, in sctp_mark_all_for_resend()
606 } else if ((chk->sent_rcv_time.tv_sec == min_wait.tv_sec) && in sctp_mark_all_for_resend()
612 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) { in sctp_mark_all_for_resend()
H A Dsctp_structs.h445 struct timeval sent_rcv_time; /* filled in if RTT being calculated */ member
H A Dsctp_indata.c3080 &tp1->sent_rcv_time, in sctp_process_segment_range()
4048 &tp1->sent_rcv_time, in sctp_express_handle_sack()
4646 &tp1->sent_rcv_time, in sctp_handle_sack()
H A Dsctp_output.c7058 data_list[i]->sent_rcv_time = net->last_sent_time; in sctp_clean_up_datalist()
9916 data_list[i]->sent_rcv_time = asoc->time_last_sent; in sctp_chunk_retransmission()