Searched refs:buf_byte_cnt (Results 1 – 1 of 1) sorted by relevance
1583 def CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt): argument1601 buf_byte_cnt[int(mtype)] += 2561602 buf_byte_cnt[Mbuf_Type.MT_LAST] += 2561609 buf_byte_cnt[int(mtype)] += extsize1610 buf_byte_cnt[Mbuf_Type.MT_LAST] += extsize1832 buf_byte_cnt = [0] * (Mbuf_Type.MT_LAST + 1)1837 CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt)1841 if (buf_byte_cnt[x] != 0):1842 …Total buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(buf_byte_cnt[x])) + "\n"