Searched refs:MT_OOBDATA (Results 1 – 4 of 4) sorted by relevance
205 SCTP_BUF_TYPE(m) != MT_OOBDATA) \217 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
275 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sballoc()315 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbfree()1446 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcompress()1612 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcut_internal()
2788 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {2949 if (type == MT_OOBDATA)2982 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {2985 } else if (type == MT_OOBDATA)
765 #define MT_OOBDATA 16 /* expedited data */ macro