Searched refs:psServiceFlowTable (Results 1 – 2 of 2) sorted by relevance
3 …RuleMapping(B_UINT16 uiVcid,B_UINT16 uiClsId,S_SERVICEFLOW_TABLE *psServiceFlowTable,S_PHS_RULE *…930 UINT GetServiceFlowEntry(IN S_SERVICEFLOW_TABLE *psServiceFlowTable, in GetServiceFlowEntry() argument936 if(psServiceFlowTable->stSFList[i].bUsed) in GetServiceFlowEntry()938 if(psServiceFlowTable->stSFList[i].uiVcid == uiVcid) in GetServiceFlowEntry()940 *ppstServiceFlowEntry = &psServiceFlowTable->stSFList[i]; in GetServiceFlowEntry()1016 IN S_SERVICEFLOW_TABLE *psServiceFlowTable,S_PHS_RULE *psPhsRule, in CreateSFToClassifierRuleMapping() argument1027 if(!psServiceFlowTable->stSFList[iSfIndex].bUsed) in CreateSFToClassifierRuleMapping()1038 psaClassifiertable = psServiceFlowTable->stSFList[iSfIndex].pstClassifierTable; in CreateSFToClassifierRuleMapping()1044 psServiceFlowTable->stSFList[iSfIndex].bUsed = TRUE; in CreateSFToClassifierRuleMapping()1045 psServiceFlowTable->stSFList[iSfIndex].uiVcid = uiVcid; in CreateSFToClassifierRuleMapping()
44 UINT GetServiceFlowEntry(S_SERVICEFLOW_TABLE *psServiceFlowTable,B_UINT16 uiVcid,S_SERVICEFLOW_ENTR…