Home
last modified time | relevance | path

Searched refs:M_EOR (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_sockbuf.c130 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 …]
H A Dkern_mbuf.c1431 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()
H A Duipc_socket.c1464 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)
H A Duipc_ktls.c1913 m->m_flags |= M_EOR; in ktls_decrypt()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h260 #define M_EOR 0x00000004 /* end of record */ macro
295 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG| \
/f-stack/freebsd/sys/
H A Dmbuf.h452 #define M_EOR 0x00000004 /* end of record */ macro
491 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
/f-stack/freebsd/netinet/
H A Dsctp_output.c12291 (M_PKTHDR | (user_marks_eor ? M_EOR : 0))); in sctp_copy_resume()