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

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h65 @constant MBUF_FIRSTFRAG Indicates this packet is the first fragment.
81 MBUF_FIRSTFRAG = 0x0800, /* packet is first fragment */ enumerator in enum:__anon503
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c45 MBUF_LOOP | MBUF_BCAST | MBUF_MCAST | MBUF_FRAG | MBUF_FIRSTFRAG |
H A Duipc_mbuf.c1327 _CASSERT(MBUF_FIRSTFRAG == M_FIRSTFRAG);

Completed in 38 milliseconds