Searched refs:MT_OOBDATA (Results 1 – 5 of 5) sorted by relevance
839 #define MT_OOBDATA 15 /* expedited data */ macro858 MTF_OOBDATA = (1 << MT_OOBDATA),
3445 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()
1020 static_assert(MBUF_TYPE_OOBDATA == MT_OOBDATA); in mbinit()5525 { MT_OOBDATA, "oob data" },
1387 static_assert(MBUF_TYPE_OOBDATA == MT_OOBDATA); in mbinit()
5391 if (data->m_type == MT_OOBDATA) { in cfil_sock_data_in()6448 if (data->m_type == MT_OOBDATA) { in cfil_sock_udp_handle_data()