Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_indata.c830 struct sctp_tmit_chunk *chk, *lchk, *tchk; in sctp_handle_old_unordered_data() local
865 tchk = TAILQ_FIRST(&control->reasm); in sctp_handle_old_unordered_data()
866 if (tchk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_handle_old_unordered_data()
867 TAILQ_REMOVE(&control->reasm, tchk, sctp_next); in sctp_handle_old_unordered_data()
868 if (asoc->size_on_reasm_queue >= tchk->send_size) { in sctp_handle_old_unordered_data()
869 asoc->size_on_reasm_queue -= tchk->send_size; in sctp_handle_old_unordered_data()
872 …ize_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, tchk->send_size); in sctp_handle_old_unordered_data()
879 nc->fsn_included = tchk->rec.data.fsn; in sctp_handle_old_unordered_data()
880 nc->data = tchk->data; in sctp_handle_old_unordered_data()
881 nc->sinfo_ppid = tchk->rec.data.ppid; in sctp_handle_old_unordered_data()
[all …]