MCPcopy 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
57static void
58fs_flow_release(struct rte_flow **flow)
59{
60 rte_free(*flow);
61 *flow = NULL;
62}
63
64static int
65fs_flow_validate(struct rte_eth_dev *dev,

Callers 3

fs_flow_createFunction · 0.85
fs_flow_destroyFunction · 0.85
fs_flow_flushFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected