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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c182 read_queue_e->sinfo_tsn = chk->rec.data.TSN_seq;
183 read_queue_e->sinfo_cumtsn = chk->rec.data.TSN_seq;
425 if (chk->rec.data.TSN_seq != (asoc->tsn_last_delivered + 1)) {
452 sctp_mark_non_revokable(asoc, chk->rec.data.TSN_seq);
462 sctp_mark_non_revokable(asoc, chk->rec.data.TSN_seq);
465 chk->data, end, chk->rec.data.TSN_seq,
512 asoc->tsn_of_pdapi_last_delivered = chk->rec.data.TSN_seq;
517 asoc->tsn_last_delivered = chk->rec.data.TSN_seq;
762 tsn = chk->rec.data.TSN_seq;
764 if (tsn != chk->rec.data.TSN_seq) {
1222 sctp_does_tsn_belong_to_reasm(struct sctp_association *asoc, uint32_t TSN_seq) argument
[all...]
H A Dsctp_structs.h439 uint32_t TSN_seq; /* the TSN of this transmit */ member in struct:sctp_data_chunkrec

Completed in 72 milliseconds