Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_timer.c69 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
75 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
80 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
683 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
758 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
1107 cookie->sent = SCTP_DATAGRAM_RESEND; in sctp_cookie_timer()
1152 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1172 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1238 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1253 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
[all …]
H A Dsctp_indata.c3342 if (tp1->sent < SCTP_DATAGRAM_RESEND) in sctp_strike_gap_ack_chunks()
3371 if (tp1->sent >= SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3427 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3551 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3580 if (tp1->sent == SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3761 tp1->sent != SCTP_DATAGRAM_RESEND && in sctp_try_advance_peer_ack_point()
3791 if (tp1->sent == SCTP_DATAGRAM_RESEND && in sctp_try_advance_peer_ack_point()
3856 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_fs_audit()
3911 tp1->sent = SCTP_DATAGRAM_RESEND; in sctp_window_probe_recovery()
4278 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.h353 #define SCTP_DATAGRAM_RESEND 4 macro
H A Dsctp_asconf.c1060 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_net_immediate_retrans()
1061 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_net_immediate_retrans()
H A Dsctputil.c673 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_auditing()
675 } else if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_auditing()
742 (chk->sent < SCTP_DATAGRAM_RESEND)) { in sctp_auditing()
5064 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c8093 chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_med_chunk_output()
9470 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9566 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9716 if (fwd->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
H A Dsctp_usrreq.c142 if (resend && chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_pathmtu_adjustment()
150 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_pathmtu_adjustment()