Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c19 static void free_phs_serviceflow_rules(S_SERVICEFLOW_TABLE *psServiceFlowRulesTable);
847 static void free_phs_serviceflow_rules(S_SERVICEFLOW_TABLE *psServiceFlowRulesTable) in free_phs_serviceflow_rules() argument
853 if(psServiceFlowRulesTable) in free_phs_serviceflow_rules()
858 psServiceFlowRulesTable->stSFList[i]; in free_phs_serviceflow_rules()
895 kfree(psServiceFlowRulesTable); in free_phs_serviceflow_rules()
896 psServiceFlowRulesTable = NULL; in free_phs_serviceflow_rules()