Searched refs:M_EOR (Results 1 – 10 of 10) sorted by relevance
42 #pragma D binding "1.6.3" M_EOR43 inline int M_EOR = 0x00000004; /* end of record */ variable92 flags & M_EOR ? "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()945 if (n->m_flags & M_EOR) { in sbappend_locked()958 if (n->m_flags & M_EOR) { in sbappend_locked()1216 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord_locked()1217 m0->m_flags &= ~M_EOR; in sbappendrecord_locked()1218 m->m_flags |= M_EOR; in sbappendrecord_locked()1418 eor |= m->m_flags & M_EOR; in sbcompress()1428 if (n && (n->m_flags & M_EOR) == 0 && in sbcompress()[all …]
1477 flags &= (M_PKTHDR | M_EOR); in mc_get()1515 if (flags & M_EOR) in mc_get()1517 mc_last(mc)->m_flags |= M_EOR; in mc_get()1546 mtail->m_flags &= ~M_EOR; in m_getm2()
1167 if (m->m_flags & M_EOR) { in mc_split()1168 m->m_flags &= ~M_EOR; in mc_split()1169 n->m_flags |= M_EOR; in mc_split()2009 flags &= ~M_EOR; in mc_uiotomc()
2213 top->m_flags |= M_EOR;2221 (M_PKTHDR | ((flags & MSG_EOR) ? M_EOR : 0)));2432 top->m_flags |= M_EOR;2454 ((flags & MSG_EOR) ? M_EOR : 0));2465 ((flags & MSG_EOR) ? M_EOR : 0));2785 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {3031 if (m->m_flags & M_EOR)
2720 m->m_flags |= M_EOR; in ktls_decrypt()
469 #define M_EOR 0x00000004 /* end of record */ macro506 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
1135 top->m_flags |= M_EOR; in sdp_sosend()1146 ((flags & MSG_EOR) ? M_EOR : 0)); in sdp_sosend()
920 m_last(tls_data)->m_flags |= M_EOR; in do_rx_tls_cmp()
12403 (M_PKTHDR | (user_marks_eor ? M_EOR : 0))); in sctp_copy_resume()