Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dmbuf.d42 #pragma D binding "1.6.3" M_EOR
43 inline int M_EOR = 0x00000004; /* end of record */ variable
92 flags & M_EOR ? "M_EOR" :
/freebsd/sys/kern/
H A Duipc_sockbuf.c130 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 …]
H A Dkern_mbuf.c1477 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()
H A Duipc_mbuf.c1167 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()
H A Duipc_socket.c2213 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)
H A Duipc_ktls.c2720 m->m_flags |= M_EOR; in ktls_decrypt()
/freebsd/sys/sys/
H A Dmbuf.h469 #define M_EOR 0x00000004 /* end of record */ macro
506 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1135 top->m_flags |= M_EOR; in sdp_sosend()
1146 ((flags & MSG_EOR) ? M_EOR : 0)); in sdp_sosend()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c920 m_last(tls_data)->m_flags |= M_EOR; in do_rx_tls_cmp()
/freebsd/sys/netinet/
H A Dsctp_output.c12403 (M_PKTHDR | (user_marks_eor ? M_EOR : 0))); in sctp_copy_resume()