Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c502 uint32_t nxt_todel; in sctp_queue_data_to_stream() local
540 nxt_todel = strm->last_mid_delivered + 1; in sctp_queue_data_to_stream()
541 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()
566 nxt_todel = strm->last_mid_delivered + 1; in sctp_queue_data_to_stream()
567 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid) && in sctp_queue_data_to_stream()
606 } else if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()