Searched defs:sending_seq (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c2958 uint32_t sending_seq; local
2963 * select the sending_seq, this is either the next thing ready to be
2968 sending_seq = asoc->sending_seq;
2970 sending_seq = tp1->rec.data.TSN_seq;
3110 * sending_seq at the time we did the FR.
3340 tp1->rec.data.fast_retran_tsn = sending_seq;
3627 send_s = asoc->sending_seq;
4209 send_s = asoc->sending_seq;
H A Dsctp_structs.h449 uint32_t fast_retran_tsn; /* sending_seq at the time of FR */
963 uint32_t sending_seq; member in struct:sctp_association

Completed in 504 milliseconds