Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_timer.c66 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
72 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
77 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
680 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
755 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
1104 cookie->sent = SCTP_DATAGRAM_RESEND; in sctp_cookie_timer()
1149 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1169 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1235 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1250 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
[all …]
H A Dsctp_indata.c3329 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()
3538 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3567 if (tp1->sent == SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3747 tp1->sent != SCTP_DATAGRAM_RESEND && in sctp_try_advance_peer_ack_point()
3777 if (tp1->sent == SCTP_DATAGRAM_RESEND && in sctp_try_advance_peer_ack_point()
3842 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_fs_audit()
3897 tp1->sent = SCTP_DATAGRAM_RESEND; in sctp_window_probe_recovery()
4264 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_express_handle_sack()
[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.c8111 chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_med_chunk_output()
9516 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9624 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9774 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()