HomeSort by: relevance | last modified time | path
    Searched refs:M_EOR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/kern/
uipc_socket2.c 864 if (n->m_flags & M_EOR) {
960 if (m && (m0->m_flags & M_EOR)) {
961 m0->m_flags &= ~M_EOR;
962 m->m_flags |= M_EOR;
1011 if (m && (m0->m_flags & M_EOR)) {
1012 m0->m_flags &= ~M_EOR;
1013 m->m_flags |= M_EOR;
1282 eor |= m->m_flags & M_EOR;
1292 if (n && (n->m_flags & M_EOR) == 0 &&
1311 m->m_flags &= ~M_EOR;
    [all...]
uipc_socket.c 1003 top->m_flags |= M_EOR;
1064 top->m_flags |= M_EOR;
1264 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {
1516 if (m->m_flags & M_EOR)
  /src/sys/dev/
kttcp.c 311 top->m_flags |= M_EOR;
427 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) {
547 if (m->m_flags & M_EOR)
  /src/sys/sys/
mbuf.h 337 #define M_EOR 0x00000004 /* end of record */
378 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_BCAST|M_MCAST|M_CANFASTFWD| \
  /src/sys/netinet/
sctputil.c 1922 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
2009 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
2094 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
2101 m->m_flags |= M_EOR;
2175 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
2245 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
2324 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
2416 m_notify->m_flags |= M_EOR | M_NOTIFICATION;
sctp_indata.c 402 chk->data->m_flags |= M_EOR;
409 m->m_flags |= M_EOR;
625 chk->data->m_flags |= M_EOR;
632 m->m_flags |= M_EOR;
1966 mmm->m_flags |= M_EOR;
  /src/sys/net/
if_gre.c 676 if (m->m_flags & M_EOR)

Completed in 22 milliseconds