Searched refs:mh_next (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dmbufs.py86 mp = mp.m_hdr.mh_next
602 mn = mp.m_hdr.mh_next
605 mn = mn.m_hdr.mh_next
H A Dnet.py1612 mp = mp.m_hdr.mh_next
1619 mp = mp.m_hdr.mh_next
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h128 struct mbuf *mh_next; /* next buffer in chain */ member in struct:m_hdr
478 #define m_next m_hdr.mh_next
/xnu-2422.115.4/bsd/net/
H A Dbpf.c2135 hack_hdr.mh_next = m;

Completed in 43 milliseconds