Searched refs:tchk (Results 1 – 1 of 1) sorted by relevance
765 struct sctp_tmit_chunk *chk, *lchk, *tchk; in sctp_handle_old_unordered_data() local801 tchk = TAILQ_FIRST(&control->reasm); in sctp_handle_old_unordered_data()802 if (tchk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_handle_old_unordered_data()803 TAILQ_REMOVE(&control->reasm, tchk, sctp_next); in sctp_handle_old_unordered_data()804 if (asoc->size_on_reasm_queue >= tchk->send_size) { in sctp_handle_old_unordered_data()805 asoc->size_on_reasm_queue -= tchk->send_size; in sctp_handle_old_unordered_data()808 …ize_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, tchk->send_size); in sctp_handle_old_unordered_data()815 nc->fsn_included = tchk->rec.data.fsn; in sctp_handle_old_unordered_data()816 nc->data = tchk->data; in sctp_handle_old_unordered_data()817 nc->sinfo_ppid = tchk->rec.data.ppid; in sctp_handle_old_unordered_data()[all …]