Searched refs:flow_node (Results 1 – 1 of 1) sorted by relevance
1258 struct hns3_flow_mem *flow_node; in hns3_filterlist_flush() local1276 while (flow_node) { in hns3_filterlist_flush()1278 rte_free(flow_node->flow); in hns3_filterlist_flush()1279 rte_free(flow_node); in hns3_filterlist_flush()1767 struct hns3_flow_mem *flow_node; in hns3_flow_create() local1785 if (flow_node == NULL) { in hns3_flow_create()1792 flow_node->flow = flow; in hns3_flow_create()1866 rte_free(flow_node); in hns3_flow_create()1929 if (flow_node->flow == flow) { in hns3_flow_destroy()1932 rte_free(flow_node); in hns3_flow_destroy()[all …]