Home
last modified time | relevance | path

Searched refs:M_EOR (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufdefines.py50 M_EOR = 0x0004 variable
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c915 if (sb->sb_lastrecord != NULL && (sb->sb_mbtail->m_flags & M_EOR)) { in sbappend_common()
1182 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord_common()
1183 m0->m_flags &= ~M_EOR; in sbappendrecord_common()
1184 m->m_flags |= M_EOR; in sbappendrecord_common()
1669 eor |= m->m_flags & M_EOR; in sbcompress()
1678 if (compress && n != NULL && (n->m_flags & M_EOR) == 0 && in sbcompress()
1700 if (compress && n != NULL && (n->m_flags & M_EOR) == 0 && in sbcompress()
1738 m->m_flags &= ~M_EOR; in sbcompress()
1744 n->m_flags |= M_EOR; in sbcompress()
H A Dkern_control.c1007 m->m_flags |= M_EOR; in ctl_enqueuembuf()
1216 m->m_flags |= M_EOR; in ctl_enqueuedata()
H A Duipc_socket.c2155 top->m_flags |= M_EOR; in sosend()
2378 top->m_flags |= M_EOR; in sosend()
3445 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
3677 if (m->m_flags & M_EOR) { in soreceive()
4102 if (m->m_flags & M_EOR) { in soreceive_m_list()
H A Duipc_mbuf.c1363 static_assert(MBUF_EOR == M_EOR); in mbinit()
H A Duipc_mbuf_mcache.c996 static_assert(MBUF_EOR == M_EOR); in mbinit()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h725 #define M_EOR 0x0004 /* end of record */ macro
750 (M_PKTHDR|M_EOR|M_PROTO1|M_PROTO2|M_PROTO3 | \