Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h839 #define MT_OOBDATA 15 /* expedited data */ macro
858 MTF_OOBDATA = (1 << MT_OOBDATA),
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c3445 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
3567 if (type == MT_OOBDATA) { in soreceive()
3589 if (m->m_type == MT_OOBDATA) { in soreceive()
3590 if (type != MT_OOBDATA) { in soreceive()
3593 } else if (type == MT_OOBDATA) { in soreceive()
H A Duipc_mbuf_mcache.c1020 static_assert(MBUF_TYPE_OOBDATA == MT_OOBDATA); in mbinit()
5525 { MT_OOBDATA, "oob data" },
H A Duipc_mbuf.c1387 static_assert(MBUF_TYPE_OOBDATA == MT_OOBDATA); in mbinit()
/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c5391 if (data->m_type == MT_OOBDATA) { in cfil_sock_data_in()
6448 if (data->m_type == MT_OOBDATA) { in cfil_sock_udp_handle_data()