Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_indata.c2915 asoc->nonce_resync_tsn = asoc->sending_seq; in sctp_check_for_revoked()
2936 u_int32_t sending_seq; in sctp_strike_gap_ack_chunks() local
2940 /* select the sending_seq, this is in sctp_strike_gap_ack_chunks()
2947 sending_seq = asoc->sending_seq; in sctp_strike_gap_ack_chunks()
2949 sending_seq = tp1->rec.data.TSN_seq; in sctp_strike_gap_ack_chunks()
3048 * than the sending_seq at the time we did in sctp_strike_gap_ack_chunks()
3129 tp1->rec.data.fast_retran_tsn = sending_seq - 1; in sctp_strike_gap_ack_chunks()
3181 asoc->nonce_resync_tsn = sending_seq; in sctp_strike_gap_ack_chunks()
3547 send_s = asoc->sending_seq; in sctp_handle_sack()
[all...]
H A Dsctp_structs.h417 u_int32_t sending_seq; member
H A Dsctp_timer.c676 stcb->asoc.nonce_resync_tsn = stcb->asoc.sending_seq; in sctp_mark_all_for_resend()
752 stcb->asoc.sat_t3_recovery_tsn = stcb->asoc.sending_seq; in sctp_t3rxt_timer()
H A Dsctp_input.c1268 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = in sctp_process_cookie_existing()
1343 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = in sctp_process_cookie_existing()
1532 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_new()
2234 stcb->asoc.nonce_resync_tsn = stcb->asoc.sending_seq; in sctp_handle_ecn_echo()
2460 tp1->rec.data.fast_retran_tsn = stcb->asoc.sending_seq; in process_chunk_drop()
H A Dsctp_output.c5103 chk->rec.data.TSN_seq = asoc->sending_seq++;
8786 strack->sr_resp.reset_at_tsn = htonl(asoc->sending_seq);
8787 asoc->str_reset_sending_seq = asoc->sending_seq;
H A Dsctputil.c672 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq = in sctp_init_asoc()
H A Dsctp_usrreq.c2522 /* if (stcb->asoc.sending_seq != (stcb->asoc.last_acked_seq + 1)) {*/ in sctp_optsset()
3082 lnet->next_tsn_at_change = net->next_tsn_at_change = stcb->asoc.sending_seq; in sctp_optsset()