Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c1717 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_process_cookie_existing()
1718 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_process_cookie_existing()
3170 if (tp1->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3203 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in process_chunk_drop()
3207 tp1->sent = SCTP_DATAGRAM_RESEND; in process_chunk_drop()
3214 if (tp1->sent == SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3219 if (tp1->sent == SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3243 if (asconf->sent != SCTP_DATAGRAM_RESEND) in process_chunk_drop()
3245 asconf->sent = SCTP_DATAGRAM_RESEND; in process_chunk_drop()
3297 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()
5040 if (tp1->sent < SCTP_DATAGRAM_RESEND) { in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c8065 chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_med_chunk_output()
9442 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9538 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
9688 if (fwd->sent != SCTP_DATAGRAM_RESEND) { in sctp_chunk_retransmission()
H A Dsctp_usrreq.c131 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_pathmtu_adjustment()
134 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_pathmtu_adjustment()
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h353 #define SCTP_DATAGRAM_RESEND 4 macro