Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufs.py182 mhlen = mp.m_hdr.mh_len
185 mhlen = mp.M_hdr_common.M_hdr.mh_len
189 if (mlen > mhlen):
190 mlen = mhlen
192 mlen = mhlen
200 mhlen = mp.m_hdr.mh_len
209 mhlen = mp.M_hdr_common.M_hdr.mh_len
216 out_string += mbuf_walk_format.format(prefix, count[0], mp, mhlen, mhtype, mhdata)
225 total[0] = total[0] + mhlen
235 mhlen = mp.m_hdr.mh_len
[all …]
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c1891 int len, hlen, mhlen, firstlen, off; in ip_fragment() local
1933 mhlen = sizeof(struct ip); in ip_fragment()
1947 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()
1948 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2); in ip_fragment()
1950 m->m_len = mhlen; in ip_fragment()
1960 mhip->ip_len = htons((u_short)(len + mhlen)); in ip_fragment()
1968 m->m_pkthdr.len = mhlen + len; in ip_fragment()
1982 mhip->ip_sum = ip_cksum_hdr_out(m, mhlen); in ip_fragment()
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h293 u_int32_t mhlen; /* length of data in a header mbuf */ member
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c1407 stats->mhlen = mbstat.m_mhlen; in mbuf_stats()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_subs.c328 nfs_mbuf_mhlen = ms.mhlen; in nfs_mbuf_init()