Searched refs:Mbuf_Type (Results 1 – 2 of 2) sorted by relevance
1593 buf_byte_cnt[Mbuf_Type.MT_LAST] += 2561601 buf_byte_cnt[Mbuf_Type.MT_LAST] += extsize1627 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)1632 rcv_buf = [0] * (Mbuf_Type.MT_LAST + 1)1639 … "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + str(int(rcv_b…1640 for x in range(Mbuf_Type.MT_LAST):1642 …_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total recv_…1654 reinject_byte_cnt=[0] * (Mbuf_Type.MT_LAST + 1)1662 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)1667 rcv_buf = [0] * (Mbuf_Type.MT_LAST + 1)[all …]
29 Mbuf_Type = enum( variable