Home
last modified time | relevance | path

Searched refs:pktLossAllow (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c110 g_resource.flowControl.pktLossAllow = globalResource->flowControl.pktLossAllow; in FtInitConfigSet()
147 globalResource->flowControl.pktLossAllow = g_resource.flowControl.pktLossAllow; in FtInitConfigGet()
208 *(FILLP_UINT16 *)value = g_resource.flowControl.pktLossAllow; in FtGetConfigStackHalf1()
H A Dfillp_stack_config_in.c208 g_resource.flowControl.pktLossAllow = configValue; in FtConfigSetPktLossAllow()
210 FILLP_LOGERR("pktLossAllow %u is invalid parameter!!!", configValue); in FtConfigSetPktLossAllow()
342 if ((resource->flowControl.pktLossAllow == 0) || in FtValidateConfigParamsInner()
343 (resource->flowControl.pktLossAllow >= FILLP_MAX_STACK_PACKET_LOSS_ALLOWED)) { in FtValidateConfigParamsInner()
344 FILLP_LOGERR("pktLossAllow %u is invalid parameter!!!", resource->flowControl.pktLossAllow); in FtValidateConfigParamsInner()
H A Dres.c57 FILLP_DEFAULT_PKT_LOSS_ALLOW, /* flowControl.pktLossAllow */
111 g_resource.flowControl.pktLossAllow = FILLP_DEFAULT_PKT_LOSS_ALLOW; in InitGlobalResourceDefault()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h60 FILLP_UINT16 pktLossAllow; member
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h848 /* Indicates the maximum allowed packet loss in the system. For High "pktLossAllow" value, the sending rate
851 FILLP_UINT16 pktLossAllow; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c675 g_resource.flowControl.pktLossAllow); in FillpDebugCmdGlobalConfigRes()

Completed in 7 milliseconds