Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c1679 m->m_type != MT_OOBDATA) { in sbcompress()
1848 m->m_type != MT_OOBDATA) { in sbdrop()
2351 m->m_type != MT_OOBDATA) { in sballoc()
2384 m->m_type != MT_OOBDATA) { in sbfree()
H A Duipc_socket.c3611 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
3733 if (type == MT_OOBDATA) { in soreceive()
3755 if (m->m_type == MT_OOBDATA) { in soreceive()
3756 if (type != MT_OOBDATA) { in soreceive()
3759 } else if (type == MT_OOBDATA) { in soreceive()
3763 if (m->m_type != MT_OOBDATA && m->m_type != MT_DATA && in soreceive()
6077 m1->m_type == MT_OOBDATA) { in sogetoptlock()
H A Dkern_control.c1254 m1->m_type == MT_OOBDATA) { in ctl_getenqueuepacketcount()
H A Duipc_mbuf.c1593 _CASSERT(MBUF_TYPE_OOBDATA == MT_OOBDATA); in mbinit()
8008 { MT_OOBDATA, "oob data" },
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h756 #define MT_OOBDATA 15 /* expedited data */ macro
/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c1071 n->m_type != MT_OOBDATA) { in cfil_queue_verify()
5025 if (data->m_type == MT_OOBDATA) { in cfil_sock_data_in()
5987 if (data->m_type == MT_OOBDATA) { in cfil_sock_udp_handle_data()