Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c3096 if (tp1->whoTo->rto_needed == 0) { in sctp_process_segment_range()
3097 tp1->whoTo->rto_needed = 1; in sctp_process_segment_range()
3732 (tp1->whoTo->rto_needed == 0)) { in sctp_strike_gap_ack_chunks()
3733 tp1->whoTo->rto_needed = 1; in sctp_strike_gap_ack_chunks()
4066 if (tp1->whoTo->rto_needed == 0) { in sctp_express_handle_sack()
4067 tp1->whoTo->rto_needed = 1; in sctp_express_handle_sack()
4664 if (tp1->whoTo->rto_needed == 0) { in sctp_handle_sack()
4665 tp1->whoTo->rto_needed = 1; in sctp_handle_sack()
H A Dsctp_timer.c692 if (chk->whoTo->rto_needed == 0) { in sctp_mark_all_for_resend()
693 chk->whoTo->rto_needed = 1; in sctp_mark_all_for_resend()
H A Dsctp_structs.h380 uint8_t rto_needed; member
H A Dsctp_input.c3164 if (tp1->whoTo->rto_needed == 0) { in process_chunk_drop()
3165 tp1->whoTo->rto_needed = 1; in process_chunk_drop()
H A Dsctp_output.c8842 if (net->rto_needed) { in sctp_med_chunk_output()
8844 net->rto_needed = 0; in sctp_med_chunk_output()
H A Dsctp_pcb.c3881 net->rto_needed = 1; in sctp_add_remote_addr()
H A Dsctp_usrreq.c147 chk->whoTo->rto_needed = 1; in sctp_pathmtu_adjustment()