Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c203 FILLP_UINT32 unsendSize = in FillpFcTailProtected() local
205 isDataWaitedEmpty = (unsendSize == 0); in FillpFcTailProtected()
207 unsendSize += pcb->send.unSendList.size; in FillpFcTailProtected()
208 …isDataWaitedEmpty = (unsendSize == 0) && (SpungeConnCheckUnsendBoxEmpty(FILLP_GET_CONN(pcb)) == FI… in FillpFcTailProtected()