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 D | fillp_pcb.h | 132 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 D | fillp_pcb.c | 161 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 D | fillp_output.c | 58 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 D | fillp_flow_control.c | 207 unsendSize += pcb->send.unSendList.size; in FillpFcTailProtected() 222 pcb->send.unSendList.size, pcb->send.unackList.count, ackSeqNum); in FillpFcTailProtected()
|
H A D | fillp_input.c | 569 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 D | socket_opt.c | 43 currentSendCacheInfo->currentDataSizeInCache = (FILLP_UINT32)(sendPcb->unSendList.size + in SockGetOptSendCache()
|
H A D | fillp_dfx.c | 548 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 D | spunge_stack.c | 427 sendPcb->unrecvList.nodeNum || !HLIST_EMPTY(&sendPcb->unSendList) || in SpungeCheckDisconn()
|
H A D | spunge_core.c | 155 if ((pcb->fpcb.send.flowControl.remainBytes) || (!HLIST_EMPTY(&pcb->fpcb.send.unSendList)) || in SpungeDoSendCycle() 943 HlistAddTail(&fpcb->send.unSendList, &item[j]->unsendNode); in SpungeLoopCheckUnsendBox()
|