Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c217 tailProtect->samePackCount++; in FillpFcTailProtected()
218 if (tailProtect->samePackCount >= tailProtect->judgeThreshold) { in FillpFcTailProtected()
225 tailProtect->samePackCount = FILLP_NULL; in FillpFcTailProtected()
229 pcb->send.tailProtect.samePackCount = FILLP_NULL; in FillpFcTailProtected()
295 pcb->send.tailProtect.samePackCount = 0; in FillpFcInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h116 FILLP_UINT8 samePackCount; member