Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1258 struct hns3_flow_mem *flow_node; in hns3_filterlist_flush() local
1276 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() local
1785 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 …]