Lines Matching refs:snd_buf
1613 def CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt… argument
1616 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt)
1636 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1643 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r…
1648 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + …
1650 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1651 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re…
1652 total_mbuf_bytes += snd_buf[x] + rcv_buf[x]
1671 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1685 …CalcMbufInSB(socket, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cn…
1704 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + …
1706 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1707 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re…
1708 total_mbuf_bytes += snd_buf[x] + rcv_buf[x]
1726 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1751 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r…
1764 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r…
1784 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + …
1786 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1787 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re…