Lines Matching refs:snd_buf
1651 def CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt… argument
1654 CalcMbufInList(mpkt, snd_record_cnt, snd_buf, snd_mbuf_cnt, snd_mbuf_cluster_cnt)
1674 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1681 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r…
1686 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + …
1688 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1689 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re…
1690 total_mbuf_bytes += snd_buf[x] + rcv_buf[x]
1709 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1723 …CalcMbufInSB(socket, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cn…
1742 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + …
1744 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1745 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re…
1746 total_mbuf_bytes += snd_buf[x] + rcv_buf[x]
1762 snd_buf = [0] * (Mbuf_Type.MT_LAST + 1)
1787 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r…
1800 …CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt, r…
1820 …out_string += "total snd_buf bytes " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + …
1822 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1823 …snd_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(snd_buf[x])) + " total re…