Searched refs:MT_OOBDATA (Results 1 – 5 of 5) sorted by relevance
208 SCTP_BUF_TYPE(m) != MT_OOBDATA) \220 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
280 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sballoc()323 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbfree()1338 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcompress()1509 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcut_internal()
1982 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {2144 if (type == MT_OOBDATA)2177 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {2180 } else if (type == MT_OOBDATA)
526 #define MT_OOBDATA 15 /* expedited data */ macro
736 #define MT_OOBDATA 16 /* expedited data */ macro