Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h831 #define MT_OOBDATA 15 /* expedited data */ macro
850 MTF_OOBDATA = (1 << MT_OOBDATA),
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c3591 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
3713 if (type == MT_OOBDATA) { in soreceive()
3735 if (m->m_type == MT_OOBDATA) { in soreceive()
3736 if (type != MT_OOBDATA) { in soreceive()
3739 } else if (type == MT_OOBDATA) { in soreceive()
H A Duipc_mbuf.c2265 _CASSERT(MBUF_TYPE_OOBDATA == MT_OOBDATA); in mbinit()
9202 { MT_OOBDATA, "oob data" },
/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c5394 if (data->m_type == MT_OOBDATA) { in cfil_sock_data_in()
6451 if (data->m_type == MT_OOBDATA) { in cfil_sock_udp_handle_data()