Searched refs:ctlOn (Results 1 – 1 of 1) sorted by relevance
1820 struct sctp_queued_to_read *ctlOn, *nctlOn; in sctp_process_a_data_chunk() local1823 TAILQ_FOREACH_SAFE(ctlOn, &asoc->pending_reply_queue, next, nctlOn) { in sctp_process_a_data_chunk()1824 if (SCTP_TSN_GT(control->sinfo_tsn, ctlOn->sinfo_tsn)) { in sctp_process_a_data_chunk()1828 TAILQ_INSERT_BEFORE(ctlOn, control, next); in sctp_process_a_data_chunk()