Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dnet.py1720 def CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt): argument
1721 while (mpkt != 0):
1722 mp = mpkt
1723 mpkt = mpkt.m_hdr.mh_nextpkt
1737 mpkt = so.so_snd.sb_mb
1738 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt)
1740 mpkt = so.so_rcv.sb_mb
1741 CalcMbufInList(mpkt, rcv_record_cnt, rcv_buf, rcv_mbuf_cnt, rcv_mbuf_cluster_cnt)
1922 mpkt = kern.GetValueFromAddress(cmd_args[0], 'struct mbuf *')
1923 CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt)