Searched refs:Mbuf_Type (Results 1 – 2 of 2) sorted by relevance
1728 buf_byte_cnt[Mbuf_Type.MT_LAST] += 2561732 buf_byte_cnt[Mbuf_Type.MT_LAST] += mp.M_dat.MH.MH_dat.MH_ext.ext_size1749 reinject_byte_cnt=[0] * (Mbuf_Type.MT_LAST + 1)1757 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)1762 rcv_buf = [0] * (Mbuf_Type.MT_LAST + 1)1780 for x in range(Mbuf_Type.MT_LAST):1782 …out_string += "total reinject bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(rei…1790 … "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + str(int(rcv_b…1791 for x in range(Mbuf_Type.MT_LAST):1793 …_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total recv_…[all …]
32 Mbuf_Type = enum( variable