Home
last modified time | relevance | path

Searched refs:mbuf_cnt (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
1724 mbuf_cnt[0] += 1
1917 mbuf_cnt = [0]
1921 CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt)
1927 out_string += "Total mbuf count " + str(int(mbuf_cnt[0])) + "\n"