Home
last modified time | relevance | path

Searched refs:FillpFlowControlAlg0 (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.c33 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0CalSendInterval()
45 static void FillpAlg0UpdateMaxRecvRate(struct FillpFlowControlAlg0 *alg, FILLP_UINT32 recvRate) in FillpAlg0UpdateMaxRecvRate()
52 static void FillpAlg0FlowControlInit(struct FillpPcb *pcb, struct FillpFlowControlAlg0 *alg) in FillpAlg0FlowControlInit()
81 struct FillpFlowControlAlg0 *alg = FILLP_NULL_PTR; in FillpAlg0FcInit()
87 alg = SpungeAlloc(1, sizeof(struct FillpFlowControlAlg0), SPUNGE_ALLOC_TYPE_CALLOC); in FillpAlg0FcInit()
120 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.fcAlg; in FillpAlg0FcDeinit()
145 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.fcAlg; in FillpAlg0CalMaxPackRcvInterval()
159 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0FcHandleInit()
192 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0FcHandleBwProbe()
209 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0PackStateProcess()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h44 struct FillpFlowControlAlg0 { struct