Searched refs:M_EOR (Results 1 – 6 of 6) sorted by relevance
53 M_EOR = 0x0004 variable
887 if (sb->sb_lastrecord != NULL && (sb->sb_mbtail->m_flags & M_EOR)) { in sbappend_common()1185 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord_common()1186 m0->m_flags &= ~M_EOR; in sbappendrecord_common()1187 m->m_flags |= M_EOR; in sbappendrecord_common()1658 eor |= m->m_flags & M_EOR; in sbcompress()1667 if (compress && n != NULL && (n->m_flags & M_EOR) == 0 && in sbcompress()1702 m->m_flags &= ~M_EOR; in sbcompress()
998 m->m_flags |= M_EOR; in ctl_enqueuembuf()1202 m->m_flags |= M_EOR; in ctl_enqueuedata()
2272 top->m_flags |= M_EOR; in sosend()2497 top->m_flags |= M_EOR; in sosend()3611 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()3844 if (m->m_flags & M_EOR) { in soreceive()
1569 _CASSERT(MBUF_EOR == M_EOR); in mbinit()
642 #define M_EOR 0x0004 /* end of record */ macro667 (M_PKTHDR|M_EOR|M_PROTO1|M_PROTO2|M_PROTO3 | \