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) \
279 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sballoc()322 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbfree()1335 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcompress()1506 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcut_internal()
2012 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {2173 if (type == MT_OOBDATA)2206 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {2209 } else if (type == MT_OOBDATA)
751 #define MT_OOBDATA 16 /* expedited data */ macro