Home
last modified time | relevance | path

Searched refs:do_rtt (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_indata.c3075 if (tp1->do_rtt) { in sctp_process_segment_range()
3087 tp1->do_rtt = 0; in sctp_process_segment_range()
3712 if (tp1->do_rtt) { in sctp_strike_gap_ack_chunks()
3721 tp1->do_rtt = 0; in sctp_strike_gap_ack_chunks()
4043 if (tp1->do_rtt) { in sctp_express_handle_sack()
4055 tp1->do_rtt = 0; in sctp_express_handle_sack()
4641 if (tp1->do_rtt) { in sctp_handle_sack()
4653 tp1->do_rtt = 0; in sctp_handle_sack()
H A Dsctp_timer.c687 if (chk->do_rtt) { in sctp_mark_all_for_resend()
692 chk->do_rtt = 0; in sctp_mark_all_for_resend()
H A Dsctp_structs.h459 uint8_t do_rtt; member
H A Dsctp_input.c3118 if (tp1->do_rtt) { in process_chunk_drop()
3126 tp1->do_rtt = 0; in process_chunk_drop()
H A Dsctp_usrreq.c160 if (chk->do_rtt == 1) { in sctp_pathmtu_adjustment()
161 chk->do_rtt = 0; in sctp_pathmtu_adjustment()
H A Dsctp_output.c7055 data_list[i]->do_rtt = 0; in sctp_clean_up_datalist()
8914 data_list[0]->do_rtt = 1; in sctp_med_chunk_output()