Searched refs:snd_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | net.py | 1610 def CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt… argument 1613 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt) 1633 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1) 1640 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r… 1645 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + … 1647 if (snd_buf[x] != 0 or rcv_buf[x] != 0): 1648 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re… 1649 total_mbuf_bytes += snd_buf[x] + rcv_buf[x] 1668 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1) 1682 …CalcMbufInSB(socket, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cn… [all …]
|