Home
last modified time | relevance | path

Searched refs:MT_OOBDATA (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_var.h206 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
218 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
/NextBSD/sys/kern/
HDuipc_sockbuf.c144 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()
HDuipc_socket.c1552 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)
/NextBSD/sys/sys/
HDmbuf.h484 #define MT_OOBDATA 15 /* expedited data */ macro