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

/xnu-2422.115.4/bsd/sys/
H A Dkpi_mbuf.h66 @constant MBUF_LASTFRAG Indicates this packet is the last fragment.
82 MBUF_LASTFRAG = 0x1000, /* packet is last fragment */ enumerator in enum:__anon476
/xnu-2422.115.4/bsd/kern/
H A Dkpi_mbuf.c48 MBUF_LASTFRAG | MBUF_PROMISC | MBUF_HASFCS);
H A Duipc_mbuf.c1360 _CASSERT(MBUF_LASTFRAG == M_LASTFRAG);

Completed in 34 milliseconds