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

/freebsd-9.3-release/sys/kern/
H A Duipc_sockbuf.c472 if (n->m_flags & M_EOR) {
485 if (n->m_flags & M_EOR) {
600 if (m && (m0->m_flags & M_EOR)) {
601 m0->m_flags &= ~M_EOR;
602 m->m_flags |= M_EOR;
775 * If any of the new mbufs is marked as M_EOR, mark the last mbuf appended as
787 eor |= m->m_flags & M_EOR;
797 if (n && (n->m_flags & M_EOR) == 0 &&
820 m->m_flags &= ~M_EOR;
H A Duipc_mbuf.c102 flags &= (M_PKTHDR | M_EOR);
137 if (flags & M_EOR)
138 mtail->m_flags |= M_EOR; /* Only valid on the last mbuf. */
145 mtail->m_flags &= ~M_EOR;
H A Duipc_socket.c1044 top->m_flags |= M_EOR;
1146 top->m_flags |= M_EOR;
1159 (M_PKTHDR | ((flags & MSG_EOR) ? M_EOR : 0)));
1335 top->m_flags |= M_EOR;
1351 ((flags & MSG_EOR) ? M_EOR : 0));
1595 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {
1823 if (m->m_flags & M_EOR)
/freebsd-9.3-release/sys/sys/
H A Dmbuf.h182 #define M_EOR 0x00000004 /* end of record */ macro
257 (M_PKTHDR|M_EOR|M_RDONLY|M_PROTOFLAGS|M_SKIP_FIREWALL|M_BCAST|M_MCAST|\
/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c462 if (m->m_flags & M_EOR)
486 mm->m_flags &= ~M_EOR;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1134 top->m_flags |= M_EOR;
1145 ((flags & MSG_EOR) ? M_EOR : 0));
/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c12058 (M_PKTHDR | (user_marks_eor ? M_EOR : 0)));

Completed in 316 milliseconds