Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_indata.c532 uint32_t nxt_todel; in sctp_queue_data_to_stream() local
571 nxt_todel = strm->last_mid_delivered + 1; in sctp_queue_data_to_stream()
572 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()
611 nxt_todel = strm->last_mid_delivered + 1; in sctp_queue_data_to_stream()
612 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid) && in sctp_queue_data_to_stream()
651 } else if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()