Searched refs:M_EOR (Results 1 – 4 of 4) sorted by relevance
780 if (n->m_flags & M_EOR) { in sbappend()864 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord()865 m0->m_flags &= ~M_EOR; in sbappendrecord()866 m->m_flags |= M_EOR; in sbappendrecord()946 eor |= m->m_flags & M_EOR; in sbappendcontrol()949 m->m_flags |= M_EOR; in sbappendcontrol()951 m->m_flags &= ~M_EOR; in sbappendcontrol()987 eor |= m->m_flags & M_EOR; in sbcompress()997 if (n && (n->m_flags & M_EOR) == 0 && in sbcompress()1019 m->m_flags &= ~M_EOR; in sbcompress()
681 top->m_flags |= M_EOR; in sosend()691 top->m_flags |= M_EOR; in sosend()930 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()1108 if (m->m_flags & M_EOR) in soreceive()
326 m->m_flags &= (M_EXT|M_PKTHDR|M_EOR|M_EXTWR|M_ZEROIZE); in m_resethdr()
185 #define M_EOR 0x0004 /* end of record */ macro209 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_PROTO1|M_BCAST|M_MCAST|M_CONF|M_COMP|\