HomeSort by: relevance | last modified time | path
    Searched refs:sending_seq (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 219 u_int32_t fast_retran_tsn; /* sending_seq at the time of FR */
417 u_int32_t sending_seq; member in struct:sctp_association
sctp_indata.c 2915 asoc->nonce_resync_tsn = asoc->sending_seq;
2936 u_int32_t sending_seq; local in function:sctp_strike_gap_ack_chunks
2940 /* select the sending_seq, this is
2947 sending_seq = asoc->sending_seq;
2949 sending_seq = tp1->rec.data.TSN_seq;
3048 * than the sending_seq at the time we did
3129 tp1->rec.data.fast_retran_tsn = sending_seq - 1;
3181 asoc->nonce_resync_tsn = sending_seq;
3547 send_s = asoc->sending_seq;
    [all...]
sctp_timer.c 676 stcb->asoc.nonce_resync_tsn = stcb->asoc.sending_seq;
752 stcb->asoc.sat_t3_recovery_tsn = stcb->asoc.sending_seq;
sctp_input.c 1268 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out =
1343 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out =
1532 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number;
2234 stcb->asoc.nonce_resync_tsn = stcb->asoc.sending_seq;
2460 tp1->rec.data.fast_retran_tsn = stcb->asoc.sending_seq;
sctp_output.c 5103 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;
sctp_usrreq.c 2522 /* if (stcb->asoc.sending_seq != (stcb->asoc.last_acked_seq + 1)) {*/
3082 lnet->next_tsn_at_change = net->next_tsn_at_change = stcb->asoc.sending_seq;
sctputil.c 672 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq =

Completed in 29 milliseconds