Searched refs:snd_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | net.py | 1604 def CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt… argument 1607 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt) 1627 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1) 1634 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r… 1639 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + … 1641 if (snd_buf[x] != 0 or rcv_buf[x] != 0): 1642 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re… 1643 total_mbuf_bytes += snd_buf[x] + rcv_buf[x] 1662 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1) 1676 …CalcMbufInSB(socket, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cn… [all …]
|