Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1260 struct hns3_flow_mem *flow_node; in hns3_filterlist_flush() local
1277 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() local
1888 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 …]