Searched refs:nClsidIndex (Results 1 – 1 of 1) sorted by relevance
413 UINT nSFIndex = 0, nClsidIndex = 0; in PhsDeletePHSRule() local432 for (nClsidIndex = 0; nClsidIndex < MAX_PHSRULE_PER_SF; nClsidIndex++) { in PhsDeletePHSRule()433 …fierRulesTable->stActivePhsRulesList[nClsidIndex].bUsed && pstClassifierRulesTable->stActivePhsRul… in PhsDeletePHSRule()434 if (pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8PHSI == u8PHSI) { in PhsDeletePHSRule()436 if (pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt) in PhsDeletePHSRule()437 pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt--; in PhsDeletePHSRule()439 if (0 == pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt) in PhsDeletePHSRule()440 kfree(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule); in PhsDeletePHSRule()442 memset(&pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex], 0, in PhsDeletePHSRule()471 UINT nSFIndex = 0, nClsidIndex = 0; in PhsDeleteClassifierRule() local[all …]