Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c215 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()
228 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()
1713 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()
1726 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()
2246 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_htcp_cwnd_update_after_fr()
2259 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_htcp_cwnd_update_after_fr()
H A Dsctp_indata.c3296 uint32_t sending_seq; in sctp_strike_gap_ack_chunks() local
3306 sending_seq = asoc->sending_seq; in sctp_strike_gap_ack_chunks()
3308 sending_seq = tp1->rec.data.tsn; in sctp_strike_gap_ack_chunks()
3695 tp1->rec.data.fast_retran_tsn = sending_seq; in sctp_strike_gap_ack_chunks()
3979 send_s = asoc->sending_seq; in sctp_express_handle_sack()
4489 send_s = asoc->sending_seq; in sctp_handle_sack()
H A Dsctp_timer.c701 chk->rec.data.fast_retran_tsn = stcb->asoc.sending_seq; in sctp_mark_all_for_resend()
926 stcb->asoc.sat_t3_recovery_tsn = stcb->asoc.sending_seq; in sctp_t3rxt_timer()
H A Dsctp_structs.h927 uint32_t sending_seq; member
H A Dsctp_input.c1781 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_existing()
2875 window_data_tsn = stcb->asoc.sending_seq - 1; in sctp_handle_ecn_echo()
3142 tp1->rec.data.fast_retran_tsn = stcb->asoc.sending_seq; in process_chunk_drop()
3566 stcb->asoc.sending_seq = ntohl(resp->receivers_next_tsn); in sctp_handle_stream_reset_response()
3695 atomic_add_int(&asoc->sending_seq, 1); in sctp_handle_str_reset_request_tsn()
3698 asoc->last_sending_seq[0] = asoc->sending_seq; in sctp_handle_str_reset_request_tsn()
H A Dsctp_sysctl.c500 xstcb.highest_tsn = stcb->asoc.sending_seq - 1; in sctp_sysctl_handle_assoclist()
H A Dsctputil.c1200 asoc->sending_seq = asoc->init_seq_number; in sctp_init_asoc()
3912 strasoc->assocreset_local_tsn = stcb->asoc.sending_seq; in sctp_notify_stream_reset_tsn()
5234 chk->rec.data.tsn = atomic_fetchadd_int(&stcb->asoc.sending_seq, 1); in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c7588 chk->rec.data.tsn = atomic_fetchadd_int(&asoc->sending_seq, 1); in sctp_move_to_outqueue()
12130 …tream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sending_seq - 1))) { in sctp_send_stream_reset_out_if_possible()
12239 …_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sending_seq - 1)); in sctp_send_str_reset_req()
H A Dsctp_pcb.c3766 net->cwr_window_tsn = net->last_cwr_tsn = stcb->asoc.sending_seq - 1; in sctp_add_remote_addr()