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

/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py112 mp = mp.m_hdr.mh_next
630 mn = mp.m_hdr.mh_next
633 mn = mn.m_hdr.mh_next
H A Dnet.py1612 mp = mp.m_hdr.mh_next
1619 mp = mp.m_hdr.mh_next
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h128 struct mbuf *mh_next; /* next buffer in chain */ member in struct:m_hdr
481 #define m_next m_hdr.mh_next
/xnu-2782.1.97/bsd/net/
H A Dbpf.c2244 hack_hdr.mh_next = m;

Completed in 35 milliseconds