Searched refs:lcontrol (Results 1 – 1 of 1) sorted by relevance
2229 struct sctp_queued_to_read *lcontrol, *nlcontrol; in sctp_process_a_data_chunk() local2231 TAILQ_FOREACH_SAFE(lcontrol, &asoc->pending_reply_queue, next, nlcontrol) { in sctp_process_a_data_chunk()2232 if (SCTP_TSN_GT(control->sinfo_tsn, lcontrol->sinfo_tsn)) { in sctp_process_a_data_chunk()2237 TAILQ_INSERT_BEFORE(lcontrol, control, next); in sctp_process_a_data_chunk()