Home
last modified time | relevance | path

Searched refs:unSendList (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h132 struct Hlist unSendList; member
240 return (pcb->send.unSendList.size + pcb->send.unrecvList.nodeNum + in FillpPcbGetTotalPktCnt()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c161 HLIST_INIT(&pcb->unSendList); in InitSendPcbSimplePar()
537 HlistAddTail(&fpcb->send.unSendList, &item[i]->unsendNode); in FillpPcbSend()
563 node = HLIST_FIRST(&pcb->unSendList); in FillpPcbFreeSendItemArray()
567 HlistDelete(&pcb->unSendList, &item->unsendNode); in FillpPcbFreeSendItemArray()
H A Dfillp_output.c58 struct HlistNode *unsendNode = HLIST_FIRST(&sendPcb->unSendList); in FillpGetSendItem()
63 HlistDelete(&sendPcb->unSendList, unsendNode); in FillpGetSendItem()
114 pcb->send.unSendList.size, pcb->send.unackList.count, pcb->send.unrecvList.nodeNum, in FillpDoneSendAllData()
H A Dfillp_flow_control.c207 unsendSize += pcb->send.unSendList.size; in FillpFcTailProtected()
222 pcb->send.unSendList.size, pcb->send.unackList.count, ackSeqNum); in FillpFcTailProtected()
H A Dfillp_input.c569 pcb->send.unSendList.size, pcb->send.unrecvList.nodeNum, pcb->send.unackList.count, in FillpCheckPackNumber()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c43 currentSendCacheInfo->currentDataSizeInCache = (FILLP_UINT32)(sendPcb->unSendList.size + in SockGetOptSendCache()
H A Dfillp_dfx.c548 sock->index, sendPcb->unSendList.size, sendPcb->unackList.count, sendPcb->redunList.nodeNum, in DoShowSockList()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c427 sendPcb->unrecvList.nodeNum || !HLIST_EMPTY(&sendPcb->unSendList) || in SpungeCheckDisconn()
H A Dspunge_core.c155 if ((pcb->fpcb.send.flowControl.remainBytes) || (!HLIST_EMPTY(&pcb->fpcb.send.unSendList)) || in SpungeDoSendCycle()
943 HlistAddTail(&fpcb->send.unSendList, &item[j]->unsendNode); in SpungeLoopCheckUnsendBox()