M_EOR
if (n->m_flags & M_EOR) {
if ((firstmbuf->m_flags & M_EOR) && (secondmbuf != NULL)) {
firstmbuf->m_flags &= ~M_EOR;
secondmbuf->m_flags |= M_EOR;
m->m_flags &= ~M_EOR;
m->m_flags |= eor & M_EOR;
m0->m_flags &= ~M_EOR;
m0->m_flags |= eor & M_EOR;
eor |= m->m_flags & M_EOR;
if (tailm && !(tailm->m_flags & (M_EOR | M_SOLOCKED)) &&
tailm->m_flags &= ~M_EOR;
if (n->m_flags & M_EOR) {
if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {
if (m->m_flags & M_EOR)
top->m_flags |= M_EOR;
top->m_flags |= M_EOR;
#define MBUF_CLEARFLAGS (M_COPYFLAGS & ~(M_PKTHDR | M_EOR | M_PRIO))
#define M_COPYFLAGS (M_PKTHDR|M_EOR|M_PROTOFLAGS | \