Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Dnet.py1583 def CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt): argument
1600 mbuf_cnt[0] += 1
1833 mbuf_cnt = [0]
1837 CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt)
1843 out_string += "Total mbuf count " + str(int(mbuf_cnt[0])) + "\n"