Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctp_var.h205 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
217 SCTP_BUF_TYPE(m) != MT_OOBDATA) \
/freebsd-13-stable/sys/kern/
HDuipc_sockbuf.c279 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()
HDuipc_socket.c2012 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)
/freebsd-13-stable/sys/sys/
HDmbuf.h751 #define MT_OOBDATA 16 /* expedited data */ macro