Lines Matching refs:SCTP_DEBUG_USR
251 SCTPDBG(SCTP_DEBUG_USR, "%s: %p mbuf already has cluster\n", __func__, (void *)m); in m_clget()
276 SCTPDBG(SCTP_DEBUG_USR, "Memory allocation failure in %s\n", __func__); in m_clget()
749 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "Printing mbuf chain %p.\n", (void *)m);
751 …SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: m_len = %ld, m_type = %x, m_next = %p.\n", (void *)m, m->m_len…
753 …SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%p: extend_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void …
972 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "before:"); in m_pulldown()
974 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " %d", t->m_len); in m_pulldown()
975 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "\n"); in m_pulldown()
1096 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "after:"); in m_pulldown()
1098 SCTP_DEBUG_USR(SCTP_DEBUG_USR, "%c%d", t == n ? '*' : ' ', t->m_len); in m_pulldown()
1099 SCTP_DEBUG_USR(SCTP_DEBUG_USR, " (off=%d)\n", off); in m_pulldown()