Home
last modified time | relevance | path

Searched refs:M_FIRSTFRAG (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/ !
H A Dmbufdefines.py60 M_FIRSTFRAG = 0x0800 variable
/xnu-12377.61.12/bsd/sys/ !
H A Dmbuf.h737 #define M_FIRSTFRAG 0x0800 /* packet is first fragment */ macro
753 M_FIRSTFRAG|M_LASTFRAG|M_PROMISC|M_HASFCS)
/xnu-12377.61.12/bsd/netinet/ !
H A Dip_output.c1993 m0->m_flags |= M_FIRSTFRAG | M_FRAG; in ip_fragment()
/xnu-12377.61.12/bsd/kern/ !
H A Duipc_mbuf.c1368 static_assert(MBUF_FIRSTFRAG == M_FIRSTFRAG); in mbinit()
H A Duipc_mbuf_mcache.c1001 static_assert(MBUF_FIRSTFRAG == M_FIRSTFRAG); in mbinit()