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

Function cpfl_flow_uninit

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

Source from the content-addressed store, hash-verified

329}
330
331void
332cpfl_flow_uninit(struct cpfl_adapter_ext *ad)
333{
334 if (ad->flow_parser == NULL)
335 return;
336
337 cpfl_parser_destroy(ad->flow_parser);
338 cpfl_flow_engine_uninit(ad);
339}

Callers 1

cpfl_adapter_ext_deinitFunction · 0.85

Calls 2

cpfl_parser_destroyFunction · 0.85
cpfl_flow_engine_uninitFunction · 0.85

Tested by

no test coverage detected