Home | History | Annotate | Download | only in usrsctplib

Lines Matching refs:SCTP_DEBUG_USR

251 		SCTPDBG(SCTP_DEBUG_USR, "%s: %p mbuf already has cluster\n", __func__, (void *)m);
276 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation failure in %s\n", __func__);
593 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "Printing mbuf chain %p.\n", (void *)m);
595 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len, m->m_type, (void *)m->m_next);
597 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: extend_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void *)m, m->m_ext.ext_size, (void *)m->m_ext.ext_buf, *(m->m_ext.ref_cnt));
817 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "before:");
819 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " %d", t->m_len);
820 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "\n");
941 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "after:");
943 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%c%d", t == n ? '*' : ' ', t->m_len);
944 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " (off=%d)\n", off);