Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dnet.py1740 buf_byte_cnt[Mbuf_Type.MT_LAST] += 256
1748 buf_byte_cnt[Mbuf_Type.MT_LAST] += extsize
1774 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1779 rcv_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1786 … "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + str(int(rcv_b…
1787 for x in range(Mbuf_Type.MT_LAST):
1789 …_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total recv_…
1801 reinject_byte_cnt=[0] * (Mbuf_Type.MT_LAST + 1)
1809 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1814 rcv_buf = [0] * (Mbuf_Type.MT_LAST + 1)
[all …]
H A Dmbufdefines.py32 Mbuf_Type = enum( variable