Searched refs:M_EOR (Results 1 – 7 of 7) sorted by relevance
130 if ((n != NULL) && (n != end) && (m->m_flags & M_EOR) == 0 && in sbready_compress()176 m->m_flags |= n->m_flags & M_EOR; in sbready_compress()884 if (n->m_flags & M_EOR) { in sbappend_locked()897 if (n->m_flags & M_EOR) { in sbappend_locked()1122 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord_locked()1123 m0->m_flags &= ~M_EOR; in sbappendrecord_locked()1124 m->m_flags |= M_EOR; in sbappendrecord_locked()1313 eor |= m->m_flags & M_EOR; in sbcompress()1323 if (n && (n->m_flags & M_EOR) == 0 && in sbcompress()1355 m->m_flags &= ~M_EOR; in sbcompress()[all …]
1431 flags &= (M_PKTHDR | M_EOR); in m_getm2()1471 if (flags & M_EOR) in m_getm2()1472 mtail->m_flags |= M_EOR; /* Only valid on the last mbuf. */ in m_getm2()1479 mtail->m_flags &= ~M_EOR; in m_getm2()
1464 top->m_flags |= M_EOR;1472 (M_PKTHDR | ((flags & MSG_EOR) ? M_EOR : 0)));1681 top->m_flags |= M_EOR;1703 ((flags & MSG_EOR) ? M_EOR : 0));1714 ((flags & MSG_EOR) ? M_EOR : 0));1982 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {2228 if (m->m_flags & M_EOR)
1913 m->m_flags |= M_EOR; in ktls_decrypt()
260 #define M_EOR 0x00000004 /* end of record */ macro295 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG| \
452 #define M_EOR 0x00000004 /* end of record */ macro491 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
12291 (M_PKTHDR | (user_marks_eor ? M_EOR : 0))); in sctp_copy_resume()