Lines Matching refs:msg_id

371 			if (SCTP_TSN_GT(at->msg_id, control->msg_id)) {
383 } else if (at->msg_id == control->msg_id) {
613 "Queue to str msg_id: %u duplicate",
614 control->msg_id);
728 nc->msg_id = control->msg_id;
767 * chunks/TSN's go to msg_id 0. So we have to do the old style
1549 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t msg_id, int ordered, int old)
1555 if (control->msg_id == msg_id) {
1565 if (control->msg_id == msg_id) {
1584 uint32_t tsn, fsn, gap, msg_id;
1608 msg_id = ntohl(nch->dp.msg_id);
1622 msg_id = (uint32_t) (ntohs(ch->dp.stream_sequence));
1759 msg_id, chunk_flags);
1762 control = sctp_find_reasm_entry(strm, msg_id, ordered, old_data);
1769 if (ordered && (msg_id != control->sinfo_ssn)) {
1770 snprintf(msg, sizeof(msg), "Reassembly problem (MID=%8.8x)", msg_id);
1805 SCTPDBG(SCTP_DEBUG_XXX, "chunk_flags: 0x%x dup detected on msg_id: %u\n",
1806 chunk_flags, msg_id);
1807 snprintf(msg, sizeof(msg), "Duplicate MID=%8.8x detected.", msg_id);
1885 asoc->in_tsnlog[asoc->tsn_in_at].seq = msg_id;
1903 SCTP_MSGID_GE(old_data, asoc->strmin[strmno].last_sequence_delivered, msg_id)) {
1906 msg_id, asoc->strmin[strmno].last_sequence_delivered);
1910 tsn, strmno, msg_id);
1984 strmno, msg_id,
1986 NULL, fsn, msg_id);
2000 chunk_flags, ordered, msg_id, control);
2004 ((uint16_t) (asoc->strmin[strmno].last_sequence_delivered + 1) == msg_id &&
2018 SCTPDBG(SCTP_DEBUG_XXX, "Injecting control: %p to be read (msg_id: %u)\n",
2019 control, msg_id);
2031 sctp_log_strm_del_alt(stcb, tsn, msg_id, strmno,
2052 chk->rec.data.stream_seq = msg_id;
2061 SCTPDBG(SCTP_DEBUG_XXX, "Building ck: %p for control: %p to be read (msg_id: %u)\n",
2063 control, msg_id);
2126 SCTPDBG(SCTP_DEBUG_XXX, "Unordered data to be read control: %p msg_id: %u\n",
2127 control, msg_id);
2135 SCTPDBG(SCTP_DEBUG_XXX, "Queue control: %p for reordering msg_id: %u\n", control,
2136 msg_id);
2150 "Queue data to stream for reasm control: %p msg_id: %u\n",
2151 control, msg_id);
2180 sctp_log_strm_del_alt(stcb, tsn, msg_id, strmno, SCTP_STR_LOG_FROM_MARK_TSN);
5519 sequence = ntohl(stseq_m->msg_id);