Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fs_flow_release
Function
fs_flow_release
dpdk/drivers/net/failsafe/failsafe_flow.c:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
static void
58
fs_flow_release(struct rte_flow **flow)
59
{
60
rte_free(*flow);
61
*flow = NULL;
62
}
63
64
static int
65
fs_flow_validate(struct rte_eth_dev *dev,
Callers
3
fs_flow_create
Function · 0.85
fs_flow_destroy
Function · 0.85
fs_flow_flush
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected