Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dkpi_mbuf.h92 MBUF_FIRSTFRAG = 0x0800, /* packet is first fragment */ enumerator
/xnu-8020.101.4/bsd/kern/
H A Dkpi_mbuf.c46 MBUF_LOOP | MBUF_BCAST | MBUF_MCAST | MBUF_FRAG | MBUF_FIRSTFRAG |
H A Duipc_mbuf.c1566 _CASSERT(MBUF_FIRSTFRAG == M_FIRSTFRAG); in mbinit()