Home
last modified time | relevance | path

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

/xnu-11215.41.3/tests/
H A Dsbconcat_mbufs_123249093.c40 uintptr_t mh_next; /* next buffer in chain */ member
71 mhdr->mh_next = (uintptr_t)0x4040404040404040ULL;
/xnu-11215.41.3/tools/lldbmacros/
H A Dmbufs.py114 mnext = mp.m_hdr.mh_next
121 mnext = mp.M_hdr_common.M_hdr.mh_next
237 mhnext = mp.m_hdr.mh_next
240 mhnext = mp.M_hdr_common.M_hdr.mh_next
1101 mn = mp.m_hdr.mh_next
1103 mn = mp.M_hdr_common.M_hdr.mh_next
1107 mn = mn.m_hdr.mh_next
1109 mn = mn.M_hdr_common.M_hdr.mh_next
H A Dnet.py1631 mnext = mp.m_hdr.mh_next
1635 mnext = mp.M_hdr_common.M_hdr.mh_next
/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h134 struct mbuf *mh_next; /* next buffer in chain */ member
641 #define m_next m_hdr.mh_next
679 #define m_next M_hdr_common.M_hdr.mh_next