Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_indata.c264 outinfo->sinfo_tsn = chk->rec.data.TSN_seq; in sctp_build_ctl()
579 if (chk->rec.data.TSN_seq != (asoc->tsn_last_delivered + 1)) { in sctp_service_reassembly()
721 asoc->tsn_last_delivered = chk->rec.data.TSN_seq; in sctp_service_reassembly()
1018 tsn = chk->rec.data.TSN_seq; in sctp_is_all_msg_on_reasm()
1020 if (tsn != chk->rec.data.TSN_seq) { in sctp_is_all_msg_on_reasm()
1061 if (chk->rec.data.TSN_seq == cum_ackp1) { in sctp_queue_data_for_reasm()
1195 if (compare_with_wrap(at->rec.data.TSN_seq, in sctp_queue_data_for_reasm()
1196 chk->rec.data.TSN_seq, MAX_TSN)) { in sctp_queue_data_for_reasm()
1207 } else if (at->rec.data.TSN_seq == chk->rec.data.TSN_seq) { in sctp_queue_data_for_reasm()
[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.c2236 stcb->asoc.nonce_resync_tsn = lchk->rec.data.TSN_seq; in sctp_handle_ecn_echo()
2245 if (lchk->rec.data.TSN_seq == tsn) { in sctp_handle_ecn_echo()
2249 if (compare_with_wrap(lchk->rec.data.TSN_seq, tsn, MAX_SEQ)) in sctp_handle_ecn_echo()
2383 if (tp1->rec.data.TSN_seq == tsn) { in process_chunk_drop()
2387 if (compare_with_wrap(tp1->rec.data.TSN_seq, tsn, in process_chunk_drop()
2400 if (tp1->rec.data.TSN_seq == tsn) { in process_chunk_drop()
2462 tp1->rec.data.fast_retran_tsn = (TAILQ_FIRST(&stcb->asoc.send_queue))->rec.data.TSN_seq; in process_chunk_drop()
H A Dsctp_pcb.c4506 if (compare_with_wrap(chk->rec.data.TSN_seq, in sctp_drain_mbufs()
4510 tsn = chk->rec.data.TSN_seq; in sctp_drain_mbufs()
4537 if (compare_with_wrap(chk->rec.data.TSN_seq, in sctp_drain_mbufs()
4541 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.c4037 template->rec.data.TSN_seq = 0; /* not yet assigned */ in sctp_prepare_chunk()
5103 chk->rec.data.TSN_seq = asoc->sending_seq++;
5112 dchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
6622 if (tsn == chk->rec.data.TSN_seq) {
7601 asoc->advanced_peer_ack_point = last->rec.data.TSN_seq;