Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DPHSModule.c19 static void free_phs_serviceflow_rules(struct bcm_phs_table *psServiceFlowRulesTable);
745 static void free_phs_serviceflow_rules(struct bcm_phs_table *psServiceFlowRulesTable) in free_phs_serviceflow_rules() argument
752 if (psServiceFlowRulesTable) { in free_phs_serviceflow_rules()
754 struct bcm_phs_entry stServiceFlowEntry = psServiceFlowRulesTable->stSFList[i]; in free_phs_serviceflow_rules()
787 kfree(psServiceFlowRulesTable); in free_phs_serviceflow_rules()
788 psServiceFlowRulesTable = NULL; in free_phs_serviceflow_rules()