MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cpfl_flow_engine_uninit

Function cpfl_flow_engine_uninit

dpdk/drivers/net/cpfl/cpfl_flow.c:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void
68cpfl_flow_engine_uninit(struct cpfl_adapter_ext *adapter)
69{
70 struct cpfl_flow_engine *engine = NULL;
71 void *temp;
72
73 RTE_TAILQ_FOREACH_SAFE(engine, &engine_list, node, temp) {
74 if (engine->uninit)
75 engine->uninit(adapter);
76 }
77}
78
79static int
80cpfl_flow_attr_valid(const struct rte_flow_attr *attr,

Callers 2

cpfl_flow_initFunction · 0.85
cpfl_flow_uninitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected