Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufdefines.py61 M_LASTFRAG = 0x1000 variable
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h737 #define M_LASTFRAG 0x1000 /* packet is last fragment */ macro
752 M_FIRSTFRAG|M_LASTFRAG|M_PROMISC|M_HASFCS)
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c1992 m->m_flags |= M_LASTFRAG; in ip_fragment()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1369 static_assert(MBUF_LASTFRAG == M_LASTFRAG); in mbinit()
H A Duipc_mbuf_mcache.c1002 static_assert(MBUF_LASTFRAG == M_LASTFRAG); in mbinit()