Home
last modified time | relevance | path

Searched refs:rto_needed (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDsctp_indata.c3131 if (tp1->whoTo->rto_needed == 0) { in sctp_process_segment_range()
3132 tp1->whoTo->rto_needed = 1; in sctp_process_segment_range()
3774 (tp1->whoTo->rto_needed == 0)) { in sctp_strike_gap_ack_chunks()
3775 tp1->whoTo->rto_needed = 1; in sctp_strike_gap_ack_chunks()
4108 if (tp1->whoTo->rto_needed == 0) { in sctp_express_handle_sack()
4109 tp1->whoTo->rto_needed = 1; in sctp_express_handle_sack()
4729 if (tp1->whoTo->rto_needed == 0) { in sctp_handle_sack()
4730 tp1->whoTo->rto_needed = 1; in sctp_handle_sack()
HDsctp_timer.c679 if (chk->whoTo->rto_needed == 0) { in sctp_mark_all_for_resend()
680 chk->whoTo->rto_needed = 1; in sctp_mark_all_for_resend()
HDsctp_structs.h385 uint8_t rto_needed; member
HDsctp_input.c3370 if (tp1->whoTo->rto_needed == 0) { in process_chunk_drop()
3371 tp1->whoTo->rto_needed = 1; in process_chunk_drop()
HDsctp_output.c8913 if (net->rto_needed) { in sctp_med_chunk_output()
8915 net->rto_needed = 0; in sctp_med_chunk_output()
HDsctp_pcb.c3902 net->rto_needed = 1; in sctp_add_remote_addr()
HDsctp_usrreq.c143 chk->whoTo->rto_needed = 1; in sctp_pathmtu_adjustment()