Searched refs:M_EOR (Results 1 – 7 of 7) sorted by relevance
50 M_EOR = 0x0004 variable
915 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()
1007 m->m_flags |= M_EOR; in ctl_enqueuembuf()1216 m->m_flags |= M_EOR; in ctl_enqueuedata()
2155 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()
1363 static_assert(MBUF_EOR == M_EOR); in mbinit()
996 static_assert(MBUF_EOR == M_EOR); in mbinit()
725 #define M_EOR 0x0004 /* end of record */ macro750 (M_PKTHDR|M_EOR|M_PROTO1|M_PROTO2|M_PROTO3 | \