Searched refs:pstClassifierTable (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/staging/bcm/ |
D | PHSModule.c | 15 static UINT GetClassifierEntry(S_CLASSIFIER_TABLE *pstClassifierTable,B_UINT32 uiClsid,E_CLASSIFIER… 17 static UINT GetPhsRuleEntry(S_CLASSIFIER_TABLE *pstClassifierTable,B_UINT32 uiPHSI,E_CLASSIFIER_ENT… 316 sServiceFlow.pstClassifierTable = kzalloc(sizeof(S_CLASSIFIER_TABLE), GFP_KERNEL); in phs_init() 317 if(!sServiceFlow.pstClassifierTable) in phs_init() 485 pstClassifierRulesTable=pstServiceFlowEntry->pstClassifierTable; in PhsDeletePHSRule() 545 nClsidIndex = GetClassifierEntry(pstServiceFlowEntry->pstClassifierTable, in PhsDeleteClassifierRule() 560 nClsidIndex = GetClassifierEntry(pstServiceFlowEntry->pstClassifierTable, in PhsDeleteClassifierRule() 610 pstClassifierRulesTable=pstServiceFlowEntry->pstClassifierTable; in PhsDeleteSFRules() 715 nClsidIndex = GetClassifierEntry(pstServiceFlowEntry->pstClassifierTable, in PhsCompress() 811 nPhsRuleIndex = GetPhsRuleEntry(pstServiceFlowEntry->pstClassifierTable,phsi, in PhsDeCompress() [all …]
|
D | hostmibs.c | 16 S_CLASSIFIER_TABLE *pstClassifierTable = NULL; in ProcessGetHostMibs() local 60 pstClassifierTable = pstServiceFlowEntry->pstClassifierTable; in ProcessGetHostMibs() 63 pstClassifierRule = &pstClassifierTable->stActivePhsRulesList[uiIndex]; in ProcessGetHostMibs()
|
D | PHSDefines.h | 105 S_CLASSIFIER_TABLE *pstClassifierTable; member
|