Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_indata.c1022 tsn = chk->rec.data.TSN_seq; in sctp_is_all_msg_on_reasm()
1211 } else if (at->rec.data.TSN_seq == chk->rec.data.TSN_seq) { in sctp_queue_data_for_reasm()
1594 chk->rec.data.TSN_seq - 1; in sctp_queue_data_for_reasm()
1644 } else if (chk->rec.data.TSN_seq == at->rec.data.TSN_seq) { in sctp_does_chk_belong_to_reasm()
2033 chk->rec.data.TSN_seq = tsn; in sctp_process_a_data_chunk()
2801 tp1->rec.data.TSN_seq; in sctp_handle_segments()
2830 tp1->rec.data.TSN_seq; in sctp_handle_segments()
3079 tp1->rec.data.TSN_seq, in sctp_strike_gap_ack_chunks()
3147 ttt->rec.data.TSN_seq - 1; in sctp_strike_gap_ack_chunks()
3555 send_s = tp1->rec.data.TSN_seq; in sctp_handle_sack()
[all …]
H A Dsctp_timer.c435 chk->rec.data.TSN_seq, in sctp_mark_all_for_resend()
437 (stcb->asoc.last_acked_seq == chk->rec.data.TSN_seq)) { in sctp_mark_all_for_resend()
468 sctp_log_fr(chk->rec.data.TSN_seq, in sctp_mark_all_for_resend()
525 chk->rec.data.TSN_seq); in sctp_mark_all_for_resend()
529 tsnfirst = chk->rec.data.TSN_seq; in sctp_mark_all_for_resend()
533 tsnlast = chk->rec.data.TSN_seq; in sctp_mark_all_for_resend()
534 sctp_log_fr(chk->rec.data.TSN_seq, chk->snd_count, in sctp_mark_all_for_resend()
544 printf("mark TSN:%x for retransmission\n", chk->rec.data.TSN_seq); in sctp_mark_all_for_resend()
550 if (compare_with_wrap(chk->rec.data.TSN_seq, in sctp_mark_all_for_resend()
554 stcb->asoc.t3timeout_highest_marked = chk->rec.data.TSN_seq; in sctp_mark_all_for_resend()
[all …]
H A Dsctp_structs.h207 u_int32_t TSN_seq; /* the TSN of this transmit */ member
H A Dsctp_input.c2238 stcb->asoc.nonce_resync_tsn = lchk->rec.data.TSN_seq; in sctp_handle_ecn_echo()
2247 if (lchk->rec.data.TSN_seq == tsn) { in sctp_handle_ecn_echo()
2251 if (compare_with_wrap(lchk->rec.data.TSN_seq, tsn, MAX_SEQ)) in sctp_handle_ecn_echo()
2387 if (tp1->rec.data.TSN_seq == tsn) { in process_chunk_drop()
2391 if (compare_with_wrap(tp1->rec.data.TSN_seq, tsn, in process_chunk_drop()
2404 if (tp1->rec.data.TSN_seq == tsn) { in process_chunk_drop()
2466 tp1->rec.data.fast_retran_tsn = (TAILQ_FIRST(&stcb->asoc.send_queue))->rec.data.TSN_seq; in process_chunk_drop()
H A Dsctp_pcb.c4528 if (compare_with_wrap(chk->rec.data.TSN_seq, in sctp_drain_mbufs()
4532 tsn = chk->rec.data.TSN_seq; in sctp_drain_mbufs()
4561 if (compare_with_wrap(chk->rec.data.TSN_seq, in sctp_drain_mbufs()
4565 tsn = chk->rec.data.TSN_seq; in sctp_drain_mbufs()
H A Dsctputil.c186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq; in sctp_log_strm_del()
190 poschk->rec.data.TSN_seq; in sctp_log_strm_del()
H A Dsctp_output.c4040 template->rec.data.TSN_seq = 0; /* not yet assigned */ in sctp_prepare_chunk()
5115 chk->rec.data.TSN_seq = asoc->sending_seq++;
5124 dchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
6633 if (tsn == chk->rec.data.TSN_seq) {
7613 asoc->advanced_peer_ack_point = last->rec.data.TSN_seq;