Lines Matching refs:rcv_buf

1651 def CalcMbufInSB(so, snd_cc, snd_buf, rcv_cc, rcv_buf, snd_record_cnt, rcv_record_cnt, snd_mbuf_cnt…  argument
1657 CalcMbufInList(mpkt, rcv_record_cnt, rcv_buf, rcv_mbuf_cnt, rcv_mbuf_cluster_cnt)
1679 rcv_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 …s " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + str(int(rcv_buf[Mbuf_Type.MT_LAST…
1688 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1689 …total recv_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(rcv_buf[x])) + "\n"
1690 total_mbuf_bytes += snd_buf[x] + rcv_buf[x]
1714 rcv_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 …s " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + str(int(rcv_buf[Mbuf_Type.MT_LAST…
1744 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1745 …total recv_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(rcv_buf[x])) + "\n"
1746 total_mbuf_bytes += snd_buf[x] + rcv_buf[x]
1767 rcv_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 …s " + str(int(snd_buf[Mbuf_Type.MT_LAST])) + " rcv_buf bytes " + str(int(rcv_buf[Mbuf_Type.MT_LAST…
1822 if (snd_buf[x] != 0 or rcv_buf[x] != 0):
1823 …total recv_buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(rcv_buf[x])) + "\n"