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) \
269 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sballoc()309 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbfree()1435 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcompress()1601 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcut_internal()
2861 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {3016 if (type == MT_OOBDATA)3049 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {3052 } else if (type == MT_OOBDATA)
768 #define MT_OOBDATA 16 /* expedited data */ macro