Lines Matching refs:M_EOR
130 if ((n != NULL) && (n != end) && (m->m_flags & M_EOR) == 0 && in sbready_compress()
160 while ((n != NULL) && (n != end) && (m->m_flags & M_EOR) == 0 && in sbready_compress()
174 m->m_flags |= n->m_flags & M_EOR; in sbready_compress()
943 if (n->m_flags & M_EOR) { in sbappend_locked()
956 if (n->m_flags & M_EOR) { in sbappend_locked()
1208 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord_locked()
1209 m0->m_flags &= ~M_EOR; in sbappendrecord_locked()
1210 m->m_flags |= M_EOR; in sbappendrecord_locked()
1410 eor |= m->m_flags & M_EOR; in sbcompress()
1420 if (n && (n->m_flags & M_EOR) == 0 && in sbcompress()
1452 m->m_flags &= ~M_EOR; in sbcompress()
1476 KASSERT((m->m_flags & M_EOR) == 0, in sbcompress_ktls_rx()