Searched refs:totalSend (Results 1 – 7 of 7) sorted by relevance
291 args.sockQos.totalSendPkt = traffic->totalSend; in FillpDfxSockQosNotify()616 traffic->totalSend, in DoShowSockQos()618 (traffic->totalSend == 0) ? 0 : in DoShowSockQos()619 …ic->totalRetryed * FILLP_RECV_PKT_LOSS_H_PERCISION * FILLP_RECV_PKT_LOSS_MAX / traffic->totalSend), in DoShowSockQos()
1279 … pcb->traffic.totalSend, pcb->traffic.totalSendBytes, pcb->traffic.totalSendFailed); in FtFillpStatTraffic()
270 if (pcb->statistics.traffic.totalSend == 0) { in FillpBuildDataPkt()283 stats->traffic.totalSend++; in UpdateStatisticsWhenSendOne()
163 if (pcb->statistics.traffic.totalSend == 0) { in FillpAlg0FcHandleInit()
725 …FILLP_GET_SOCKET(pcb)->index, pcb->statistics.traffic.totalSend, pcb->statistics.traffic.totalSend… in FillpPackInputLog()726 pcb->statistics.traffic.totalSend - pcb->statistics.traffic.totalSendFailed, in FillpPackInputLog()
374 pcb->traffic.totalSend = 0; in InitSimpleStatics()
1193 FILLP_UINT32 totalSend; /* Indicates the total packets sent. */ member