Home
last modified time | relevance | path

Searched refs:SCTP_DATAGRAM_RESEND (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_timer.c64 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
70 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
75 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
646 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
678 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
717 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
745 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
752 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
753 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
766 could_be_sent->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
[all …]
H A Dsctp_indata.c2960 if ((tp1->sent < SCTP_DATAGRAM_RESEND) && in sctp_process_segment_range()
2966 if ((tp1->sent < SCTP_DATAGRAM_RESEND) && in sctp_process_segment_range()
2978 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_process_segment_range()
3091 if (tp1->sent <= SCTP_DATAGRAM_RESEND) { in sctp_process_segment_range()
3097 if (tp1->sent == SCTP_DATAGRAM_RESEND) { in sctp_process_segment_range()
3329 if (tp1->sent < SCTP_DATAGRAM_RESEND) in sctp_strike_gap_ack_chunks()
3358 if (tp1->sent >= SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3414 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3431 if ((tp1->sent < SCTP_DATAGRAM_RESEND) && (num_dests_sacked == 1) && in sctp_strike_gap_ack_chunks()
3476 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
[all …]
H A Dsctp_input.c1648 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_process_cookie_existing()
1649 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_process_cookie_existing()
3129 if (tp1->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3162 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in process_chunk_drop()
3166 tp1->sent = SCTP_DATAGRAM_RESEND; in process_chunk_drop()
3173 if (tp1->sent == SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3178 if (tp1->sent == SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3202 if (asconf->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3204 asconf->sent = SCTP_DATAGRAM_RESEND; in process_chunk_drop()
3256 if (cookie->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
[all …]
H A Dsctp_constants.h350 #define SCTP_DATAGRAM_RESEND 4 macro
H A Dsctp_asconf.c1057 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_net_immediate_retrans()
1058 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_net_immediate_retrans()
H A Dsctputil.c670 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_auditing()
672 } else if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_auditing()
739 (chk->sent < SCTP_DATAGRAM_RESEND)) { in sctp_auditing()
5101 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c8109 chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_med_chunk_output()
9514 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9622 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9772 if (fwd->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
H A Dsctp_usrreq.c141 if (resend && chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_pathmtu_adjustment()
149 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_pathmtu_adjustment()