Home
last modified time | relevance | path

Searched refs:MBUF_EOR (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dkpi_mbuf.h86 MBUF_EOR = 0x0004, /* end of record */ enumerator
/xnu-11215.61.5/bsd/kern/
H A Dkpi_mbuf.c47 static const mbuf_flags_t mbuf_flags_mask = (MBUF_EXT | MBUF_PKTHDR | MBUF_EOR |
H A Duipc_mbuf.c2226 _CASSERT(MBUF_EOR == M_EOR); in mbinit()