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

  /src/sys/netinet/
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_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

Completed in 20 milliseconds