Searched refs:flow_node (Results 1 – 1 of 1) sorted by relevance
1260 struct hns3_flow_mem *flow_node; in hns3_filterlist_flush() local1277 while (flow_node) { in hns3_filterlist_flush()1279 rte_free(flow_node->flow); in hns3_filterlist_flush()1280 rte_free(flow_node); in hns3_filterlist_flush()1871 struct hns3_flow_mem *flow_node; in hns3_flow_create() local1888 if (flow_node == NULL) { in hns3_flow_create()1895 flow_node->flow = flow; in hns3_flow_create()1910 rte_free(flow_node); in hns3_flow_create()1974 if (flow_node->flow == flow) { in hns3_flow_destroy()1976 rte_free(flow_node); in hns3_flow_destroy()[all …]