Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_timer.c70 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
76 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
81 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
672 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
747 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
1095 cookie->sent = SCTP_DATAGRAM_RESEND; in sctp_cookie_timer()
1142 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1160 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1226 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1241 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
[all …]
H A Dsctp_indata.c3377 if (tp1->sent < SCTP_DATAGRAM_RESEND) in sctp_strike_gap_ack_chunks()
3407 if (tp1->sent >= SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3463 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3588 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3617 if (tp1->sent == SCTP_DATAGRAM_RESEND) { in sctp_strike_gap_ack_chunks()
3800 tp1->sent != SCTP_DATAGRAM_RESEND && in sctp_try_advance_peer_ack_point()
3830 if (tp1->sent == SCTP_DATAGRAM_RESEND && in sctp_try_advance_peer_ack_point()
3895 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_fs_audit()
3951 tp1->sent = SCTP_DATAGRAM_RESEND; in sctp_window_probe_recovery()
4339 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_express_handle_sack()
[all …]
H A Dsctp_input.c1816 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_process_cookie_existing()
1817 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_process_cookie_existing()
3362 if (tp1->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3395 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in process_chunk_drop()
3399 tp1->sent = SCTP_DATAGRAM_RESEND; in process_chunk_drop()
3406 if (tp1->sent == SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3411 if (tp1->sent == SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3435 if (asconf->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3437 asconf->sent = SCTP_DATAGRAM_RESEND; in process_chunk_drop()
3489 if (cookie->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
[all …]
H A Dsctp_constants.h357 #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.c674 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_auditing()
676 } else if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_auditing()
744 (chk->sent < SCTP_DATAGRAM_RESEND)) { in sctp_auditing()
4766 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c8138 chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_med_chunk_output()
9521 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9617 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9767 if (fwd->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
H A Dsctp_usrreq.c129 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_pathmtu_adjustment()
132 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_pathmtu_adjustment()