Searched refs:MT_OOBDATA (Results 1 – 4 of 4) sorted by relevance
206 SCTP_BUF_TYPE(m) != MT_OOBDATA) \218 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
144 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sballoc()187 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbfree()975 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcompress()1063 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcut_internal()
1552 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {1686 if (type == MT_OOBDATA)1719 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {1722 } else if (type == MT_OOBDATA)
484 #define MT_OOBDATA 15 /* expedited data */ macro