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

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h57 @constant MBUF_EOR Indicates this mbuf is the end of a record.
75 MBUF_EOR = 0x0004, /* end of record */ enumerator in enum:__anon503
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c44 static const mbuf_flags_t mbuf_flags_mask = (MBUF_EXT | MBUF_PKTHDR | MBUF_EOR |
H A Duipc_mbuf.c1322 _CASSERT(MBUF_EOR == M_EOR);

Completed in 39 milliseconds