Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c448 if (SCTP_TSN_GE(asoc->last_acked_seq, chk->rec.data.tsn)) { in sctp_recover_sent_list()
450 (void *)chk, chk->rec.data.tsn, asoc->last_acked_seq); in sctp_recover_sent_list()
564 if (SCTP_TSN_GE(stcb->asoc.last_acked_seq, chk->rec.data.tsn)) { in sctp_mark_all_for_resend()
567 (unsigned int)stcb->asoc.last_acked_seq, (unsigned int)chk->rec.data.tsn); in sctp_mark_all_for_resend()
985 if (SCTP_TSN_GT(stcb->asoc.advanced_peer_ack_point, stcb->asoc.last_acked_seq)) { in sctp_t3rxt_timer()
H A Dsctp_indata.c3284 sctp_log_sack(asoc->last_acked_seq, in sctp_check_for_revoked()
3951 if (SCTP_TSN_GT(asoc->last_acked_seq, cumack)) { in sctp_express_handle_sack()
3954 } else if (asoc->last_acked_seq == cumack) { in sctp_express_handle_sack()
4018 if (SCTP_TSN_GT(cumack, asoc->last_acked_seq)) { in sctp_express_handle_sack()
4122 sctp_log_sack(asoc->last_acked_seq, in sctp_express_handle_sack()
4197 asoc->last_acked_seq = cumack; in sctp_express_handle_sack()
4476 sctp_log_sack(asoc->last_acked_seq, in sctp_handle_sack()
4533 if (SCTP_TSN_GT(asoc->last_acked_seq, last_tsn)) { in sctp_handle_sack()
4686 sctp_log_sack(asoc->last_acked_seq, in sctp_handle_sack()
4768 asoc->last_acked_seq = cum_ack; in sctp_handle_sack()
[all …]
H A Dsctp_input.c383 asoc->advanced_peer_ack_point = asoc->last_acked_seq; in sctp_process_init()
1842 asoc->asconf_seq_in = asoc->last_acked_seq = asoc->init_seq_number - 1; in sctp_process_cookie_existing()
1844 asoc->advanced_peer_ack_point = asoc->last_acked_seq; in sctp_process_cookie_existing()
2118 asoc->asconf_seq_in = asoc->last_acked_seq = asoc->init_seq_number - 1; in sctp_process_cookie_new()
2121 asoc->advanced_peer_ack_point = asoc->last_acked_seq; in sctp_process_cookie_new()
3615 stcb->asoc.last_acked_seq = stcb->asoc.cumulative_tsn; in sctp_handle_stream_reset_response()
4810 SCTP_TSN_GE(cum_ack, stcb->asoc.last_acked_seq) && in sctp_process_control()
H A Dsctp_cc_functions.c744 if (SCTP_TSN_GE(asoc->last_acked_seq, net->fast_recovery_tsn) || in sctp_cwnd_update_after_sack_common()
1762 if (SCTP_TSN_GE(asoc->last_acked_seq, net->fast_recovery_tsn) || in sctp_hs_cwnd_update_after_sack()
2154 if (SCTP_TSN_GE(asoc->last_acked_seq, net->fast_recovery_tsn) || in sctp_htcp_cwnd_update_after_sack()
H A Dsctp_structs.h923 uint32_t last_acked_seq; member
H A Dsctp_sysctl.c473 xstcb.cumulative_tsn = stcb->asoc.last_acked_seq; in sctp_sysctl_handle_assoclist()
H A Dsctputil.c1204 asoc->last_acked_seq = asoc->init_seq_number - 1; in sctp_init_asoc()
1205 asoc->advanced_peer_ack_point = asoc->last_acked_seq; in sctp_init_asoc()
1206 asoc->asconf_seq_in = asoc->last_acked_seq; in sctp_init_asoc()
1209 asoc->str_reset_seq_in = asoc->last_acked_seq + 1; in sctp_init_asoc()
H A Dsctp_output.c9586 tsn = asoc->last_acked_seq + 1; in sctp_chunk_retransmission()