Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dnet.py1718 def CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt): argument
1719 while (mpkt != 0):
1720 mp = mpkt
1721 mpkt = mpkt.m_hdr.mh_nextpkt
1735 mpkt = so.so_snd.sb_mb
1736 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt)
1738 mpkt = so.so_rcv.sb_mb
1739 CalcMbufInList(mpkt, rcv_record_cnt, rcv_buf, rcv_mbuf_cnt, rcv_mbuf_cluster_cnt)
1920 mpkt = kern.GetValueFromAddress(cmd_args[0], 'struct mbuf *')
1921 CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt)