Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void
332
cpfl_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_deinit
Function · 0.85
Calls
2
cpfl_parser_destroy
Function · 0.85
cpfl_flow_engine_uninit
Function · 0.85
Tested by
no test coverage detected