Home
last modified time | relevance | path

Searched refs:nonce_resync_tsn (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_structs.h468 u_int32_t nonce_resync_tsn; member
Dsctp_indata.c2915 asoc->nonce_resync_tsn = asoc->sending_seq; in sctp_check_for_revoked()
2917 asoc->nonce_resync_tsn = tp1->rec.data.TSN_seq; in sctp_check_for_revoked()
3181 asoc->nonce_resync_tsn = sending_seq; in sctp_strike_gap_ack_chunks()
4134 asoc->nonce_resync_tsn = asoc->advanced_peer_ack_point; in sctp_handle_sack()
4186 asoc->nonce_resync_tsn = asoc->fast_recovery_tsn + 1; in sctp_handle_sack()
4234 … if (compare_with_wrap(asoc->last_acked_seq, asoc->nonce_resync_tsn, MAX_TSN)) { in sctp_handle_sack()
Dsctp_timer.c676 stcb->asoc.nonce_resync_tsn = stcb->asoc.sending_seq; in sctp_mark_all_for_resend()
678 stcb->asoc.nonce_resync_tsn = chk->rec.data.TSN_seq; in sctp_mark_all_for_resend()
Dsctp_input.c2234 stcb->asoc.nonce_resync_tsn = stcb->asoc.sending_seq; in sctp_handle_ecn_echo()
2236 stcb->asoc.nonce_resync_tsn = lchk->rec.data.TSN_seq; in sctp_handle_ecn_echo()
2278 stcb->asoc.last_cwr_tsn = stcb->asoc.nonce_resync_tsn; in sctp_handle_ecn_echo()
Dsctputil.c702 asoc->nonce_resync_tsn = 0; in sctp_init_asoc()