Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/lldbmacros/
H A Dmbufs.py183 mhlen = mp.m_hdr.mh_len
186 mhlen = mp.M_hdr_common.M_hdr.mh_len
190 if (mlen > mhlen):
191 mlen = mhlen
193 mlen = mhlen
201 mhlen = mp.m_hdr.mh_len
210 mhlen = mp.M_hdr_common.M_hdr.mh_len
217 out_string += mbuf_walk_format.format(prefix, count[0], mp, mhlen, mhtype, mhdata)
226 total[0] = total[0] + mhlen
236 mhlen = mp.m_hdr.mh_len
[all …]
/xnu-11215.1.10/bsd/netinet/
H A Dip_output.c1861 int len, hlen, mhlen, firstlen, off; in ip_fragment() local
1903 mhlen = sizeof(struct ip); in ip_fragment()
1917 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()
1918 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2); in ip_fragment()
1920 m->m_len = mhlen; in ip_fragment()
1930 mhip->ip_len = htons((u_short)(len + mhlen)); in ip_fragment()
1938 m->m_pkthdr.len = mhlen + len; in ip_fragment()
1952 mhip->ip_sum = ip_cksum_hdr_out(m, mhlen); in ip_fragment()
/xnu-11215.1.10/bsd/sys/
H A Dkpi_mbuf.h276 u_int32_t mhlen; /* length of data in a header mbuf */ member
/xnu-11215.1.10/bsd/kern/
H A Dkpi_mbuf.c1248 stats->mhlen = mbstat.m_mhlen; in mbuf_stats()
/xnu-11215.1.10/bsd/nfs/
H A Dnfs_subs.c327 nfs_mbuf_mhlen = ms.mhlen; in nfs_mbuf_init()