Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nfp_flow_free
Function
nfp_flow_free
dpdk/drivers/net/nfp/nfp_flow.c:477–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
475
}
476
477
void
478
nfp_flow_free(struct rte_flow *nfp_flow)
479
{
480
rte_free(nfp_flow->payload.meta);
481
rte_free(nfp_flow);
482
}
483
484
static int
485
nfp_stats_id_alloc(struct nfp_flow_priv *priv, uint32_t *ctx)
Callers
5
nfp_flow_process
Function · 0.85
nfp_flow_validate
Function · 0.85
nfp_flow_create
Function · 0.85
nfp_flow_destroy
Function · 0.85
nfp_ct_offload_add
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected