Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c505 uint32_t nxt_todel; in sctp_queue_data_to_stream() local
543 nxt_todel = strm->last_mid_delivered + 1; in sctp_queue_data_to_stream()
544 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()
569 nxt_todel = strm->last_mid_delivered + 1; in sctp_queue_data_to_stream()
570 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid) && in sctp_queue_data_to_stream()
609 } else if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()