Searched refs:snd_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/tools/lldbmacros/ |
| H A D | net.py | 1735 def CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt… argument 1738 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt) 1757 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1) 1771 …CalcMbufInSB(socket, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cn… 1790 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + … 1792 if (snd_buf[x] != 0 or rcv_buf[x] != 0): 1793 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re… 1794 total_mbuf_bytes += snd_buf[x] + rcv_buf[x] 1812 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1) 1837 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r… [all …]
|