Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_cc_functions.c195 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()
208 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()
1700 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()
1713 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()
2229 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_htcp_cwnd_update_after_fr()
2242 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_htcp_cwnd_update_after_fr()
Dsctp_input.c1900 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_existing()
2153 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_new()
3015 window_data_tsn = stcb->asoc.sending_seq - 1; in sctp_handle_ecn_echo()
3304 tp1->rec.data.fast_retran_tsn = stcb->asoc.sending_seq; in process_chunk_drop()
3689 stcb->asoc.sending_seq = ntohl(resp->receivers_next_tsn); in sctp_handle_stream_reset_response()
3694 …sctp_notify_stream_reset_tsn(stcb, stcb->asoc.sending_seq, (stcb->asoc.mapping_array_base_tsn + 1)… in sctp_handle_stream_reset_response()
3696 …sctp_notify_stream_reset_tsn(stcb, stcb->asoc.sending_seq, (stcb->asoc.mapping_array_base_tsn + 1), in sctp_handle_stream_reset_response()
3699 …sctp_notify_stream_reset_tsn(stcb, stcb->asoc.sending_seq, (stcb->asoc.mapping_array_base_tsn + 1), in sctp_handle_stream_reset_response()
3746 seq, (asoc->sending_seq - 1)); in sctp_handle_str_reset_request_in()
3805 atomic_add_int(&asoc->sending_seq, 1); in sctp_handle_str_reset_request_tsn()
[all …]
Dsctp_indata.c2939 uint32_t sending_seq; in sctp_strike_gap_ack_chunks() local
2949 sending_seq = asoc->sending_seq; in sctp_strike_gap_ack_chunks()
2951 sending_seq = tp1->rec.data.TSN_seq; in sctp_strike_gap_ack_chunks()
3335 tp1->rec.data.fast_retran_tsn = sending_seq; in sctp_strike_gap_ack_chunks()
3617 send_s = asoc->sending_seq; in sctp_express_handle_sack()
4182 send_s = asoc->sending_seq; in sctp_handle_sack()
Dsctp_timer.c680 chk->rec.data.fast_retran_tsn = stcb->asoc.sending_seq; in sctp_mark_all_for_resend()
906 stcb->asoc.sat_t3_recovery_tsn = stcb->asoc.sending_seq; in sctp_t3rxt_timer()
Dsctp_structs.h905 uint32_t sending_seq; member
Dsctp_sysctl.c473 xstcb.highest_tsn = stcb->asoc.sending_seq - 1; in sctp_assoclist()
Dsctputil.c950 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq = in sctp_init_asoc()
4854 chk->rec.data.TSN_seq = atomic_fetchadd_int(&stcb->asoc.sending_seq, 1); in sctp_release_pr_sctp_chunk()
Dsctp_output.c7539 chk->rec.data.TSN_seq = atomic_fetchadd_int(&asoc->sending_seq, 1); in sctp_move_to_outqueue()
11919 seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sending_seq - 1)); in sctp_send_str_reset_req()
Dsctp_pcb.c3926 net->cwr_window_tsn = net->last_cwr_tsn = stcb->asoc.sending_seq - 1; in sctp_add_remote_addr()