Home
last modified time | relevance | path

Searched refs:pstClassifierRulesTable (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c464 S_CLASSIFIER_TABLE *pstClassifierRulesTable = NULL; in PhsDeletePHSRule() local
485 pstClassifierRulesTable=pstServiceFlowEntry->pstClassifierTable; in PhsDeletePHSRule()
486 if(pstClassifierRulesTable) in PhsDeletePHSRule()
490 …if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].bUsed && pstClassifierRulesTable->st… in PhsDeletePHSRule()
492 … if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8PHSI == u8PHSI) { in PhsDeletePHSRule()
493 if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt) in PhsDeletePHSRule()
494 pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt--; in PhsDeletePHSRule()
495 if(0 == pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt) in PhsDeletePHSRule()
496 kfree(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule); in PhsDeletePHSRule()
497 memset(&pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex], 0, in PhsDeletePHSRule()
[all …]