Home
last modified time | relevance | path

Searched refs:fcState (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_alg0.c56 alg->fcState = FILLP_FC0_STATE_INIT; in FillpAlg0FlowControlInit()
184 alg->fcState = FILLP_FC0_STATE_BW_PROBE; in FillpAlg0FcHandleInit()
222 switch (alg->fcState) { in FillpAlg0PackStateProcess()
230 FILLP_LOGDTL("fillp_sock_id:%d fcState:%u wrong", sock->index, alg->fcState); in FillpAlg0PackStateProcess()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h48 FILLP_UINT8 fcState; /* is rate detecting or stable */ member